mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
correction
This commit is contained in:
parent
2ac9c8f2c5
commit
963eec50d9
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
{{#apps}}
|
||||
<div class="list-group-item clearfix">
|
||||
<a href="#/upgrade/apps/{{id}}" role="button" class="btn btn-success pull-right">{{t 'system_upgrade_btn'}}</a>
|
||||
<h3 class="list-group-item-heading">{11{label}} <small>{{id}}</small></h3>
|
||||
<h3 class="list-group-item-heading">{{label}} <small>{{id}}</small></h3>
|
||||
</div>
|
||||
{{/apps}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue