mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] version data structure has changed
This commit is contained in:
parent
d8a191762d
commit
09a0e1c35c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<dl class="dl-horizontal">
|
||||
{{#each versions}}
|
||||
<dt>{{@key}}</dt>
|
||||
<dd>{{.}}</dd>
|
||||
<dd>{{version}} ({{repo}})</dd>
|
||||
{{/each}}
|
||||
</dl>
|
||||
<a href="#/update" class="btn btn-success pull-right">{{t 'system_update'}}</a>
|
||||
|
|
Loading…
Reference in a new issue