feat(plugins): polish to plugin page, better handling for reading readme file contents

This commit is contained in:
Torkel Ödegaard
2016-03-13 19:21:44 +01:00
parent 4a3c19c666
commit 581ffb862c
9 changed files with 75 additions and 11 deletions

View File

@@ -26,8 +26,8 @@
{{plugin.type}}
</td>
<td>
<span class="label label-info" ng-if="plugin.enabled">Enabled</span>
<span class="label label-info" ng-if="plugin.pinned">Pinned</span>
<span class="label label-secondary" ng-if="plugin.enabled">Enabled</span>
<span class="label label-secondary" ng-if="plugin.pinned">Pinned</span>
</td>
<td class="text-right">
<a href="plugins/{{plugin.id}}/edit" class="btn btn-inverse btn-small">