mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] simply remove the installed label (#204)
This commit is contained in:
parent
4d6b21eae4
commit
de8e837306
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@
|
|||
<span class="fa-chevron-right pull-right"></span>
|
||||
<h2 class="list-group-item-heading">
|
||||
{{name}} <small>{{id}}</small>
|
||||
{{#installed}}<span class="badge badge-success" title="{{t 'status'}}">{{t 'installed'}}</span>{{/installed}}
|
||||
</h2>
|
||||
<p class="list-group-item-text">{{description}}</p>
|
||||
{{^official}}
|
||||
|
|
Loading…
Reference in a new issue