[fix] Use bug icon for debug button in app_info

This commit is contained in:
Laurent Peuch 2015-10-03 09:27:08 -04:00 committed by opi
parent 9ab1e1576c
commit b9a1e9474b

View file

@ -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>