mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Cleanup app_list_install template (unused code since 66dbcf50
).
This commit is contained in:
parent
81e96d1a12
commit
19af101a62
1 changed files with 0 additions and 9 deletions
|
@ -27,17 +27,10 @@
|
|||
{{/official}}
|
||||
</a>
|
||||
{{/apps}}
|
||||
|
||||
{{^apps}}
|
||||
<div class="alert alert-warning">
|
||||
<span class="fa-exclamation-triangle"></span>
|
||||
{{t 'no_installed_apps'}}
|
||||
</div>
|
||||
{{/apps}}
|
||||
|
||||
</div>
|
||||
|
||||
{{^installed_apps}}
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h2 class="panel-title"><span class="fa-fw fa-download"></span> {{t 'custom_app_install'}}</h2>
|
||||
|
@ -65,5 +58,3 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{/installed_apps}}
|
||||
|
|
Loading…
Reference in a new issue