mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Use bug icon for debug button in app_info
This commit is contained in:
parent
9ab1e1576c
commit
b9a1e9474b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
<div class="container">
|
||||
<p>{{t 'app_info_debug_desc'}}</p>
|
||||
<a href="#/apps/{{settings.id}}/debug" class="btn btn-warning slide">
|
||||
<span class="fa-trash-o"></span> {{t 'app_debug_tab'}}
|
||||
<span class="fa-bug"></span> {{t 'app_debug_tab'}}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue