mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 01:05:00 +00:00
UX: use warning (nuke?) icon instead of trash icon
This commit is contained in:
parent
acb8030d12
commit
0cbfb43adb
@ -42,7 +42,7 @@
|
||||
<strong>{{other_accounts.length}}</strong>
|
||||
{{#if other_accounts.length}}
|
||||
<button class="btn btn-danger pull-right" {{action "deleteAllOtherAccounts"}}>
|
||||
{{fa-icon "trash-o"}}{{i18n ip_lookup.delete_all}}
|
||||
{{fa-icon "warning"}}{{i18n ip_lookup.delete_all}}
|
||||
</button>
|
||||
{{/if}}
|
||||
</dt>
|
||||
|
Loading…
x
Reference in New Issue
Block a user