diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-31 16:34:14 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-31 16:34:14 +0200 |
commit | d7a48443ce3dae559726de4d9f5ce358877bfbcd (patch) | |
tree | 8201828bafc9c8267816a37038af72d72288ffb2 /app/views/admin/users/show.html.haml | |
parent | b563312c2f59c04d535aa798e5cdfa8596f22dee (diff) | |
download | gitlab-ce-d7a48443ce3dae559726de4d9f5ce358877bfbcd.tar.gz |
alert-error to alert-danger
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/admin/users/show.html.haml')
-rw-r--r-- | app/views/admin/users/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/users/show.html.haml b/app/views/admin/users/show.html.haml index 71c12a18783..bd276f22221 100644 --- a/app/views/admin/users/show.html.haml +++ b/app/views/admin/users/show.html.haml @@ -100,7 +100,7 @@ %li Owned groups will be left = link_to 'Block user', block_admin_user_path(@user), data: { confirm: 'USER WILL BE BLOCKED! Are you sure?' }, method: :put, class: "btn btn-remove" - .alert.alert-error + .alert.alert-danger %h4 Remove user %br |