mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
add danger color to delete-and-block button
This commit is contained in:
parent
04c3779985
commit
5dd82bf723
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ Discourse.AdminUser = Discourse.User.extend({
|
|||
}
|
||||
}, {
|
||||
"label": '<i class="fa fa-exclamation-triangle"></i> ' + I18n.t('admin.user.delete_and_block'),
|
||||
"class": "btn",
|
||||
"class": "btn btn-danger",
|
||||
"callback": function(){
|
||||
performDestroy(true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue