mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 19:08:10 -05:00
make delete user button a Danger Button
This commit is contained in:
parent
d23ef1d090
commit
476ffcc627
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<hr/>
|
<hr/>
|
||||||
<button class="btn pull-right" {{action destroy target="content"}} {{bindAttr disabled="deleteForbidden"}} {{bindAttr title="deleteButtonTitle"}}>
|
<button class="btn btn-danger pull-right" {{action destroy target="content"}} {{bindAttr disabled="deleteForbidden"}} {{bindAttr title="deleteButtonTitle"}}>
|
||||||
<i class="icon icon-trash"></i>
|
<i class="icon icon-trash"></i>
|
||||||
{{i18n admin.user.delete}}
|
{{i18n admin.user.delete}}
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in a new issue