mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Show default app description in apps list (fix #79)
This commit is contained in:
parent
d3c07b50b5
commit
9f2aba6989
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
<a href="#/apps/{{^installed}}install/{{/installed}}{{id}}" class="list-group-item slide">
|
||||
<span class="fa-chevron-right pull-right"></span>
|
||||
<h2 class="list-group-item-heading">{{name}} <small>{{id}}</small></h2>
|
||||
<p class="list-group-item-text">{{description.en}}</p>
|
||||
<p class="list-group-item-text">{{description}}</p>
|
||||
</a>
|
||||
{{/apps}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue