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'),
|
"label": '<i class="fa fa-exclamation-triangle"></i> ' + I18n.t('admin.user.delete_and_block'),
|
||||||
"class": "btn",
|
"class": "btn btn-danger",
|
||||||
"callback": function(){
|
"callback": function(){
|
||||||
performDestroy(true);
|
performDestroy(true);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue