diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-30 16:53:18 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-30 16:53:18 +0200 |
commit | b742f47e89674c7aaae78b6e4174339480594d1f (patch) | |
tree | 78b365520da8e0b69067239fcfee6604233b60f9 /app/views/protected_branches/index.html.haml | |
parent | e2fb18a3ec8052997f0c9b795f76a6e4d57a9d97 (diff) | |
download | gitlab-ce-b742f47e89674c7aaae78b6e4174339480594d1f.tar.gz |
remove old alert messages
Diffstat (limited to 'app/views/protected_branches/index.html.haml')
-rw-r--r-- | app/views/protected_branches/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/protected_branches/index.html.haml b/app/views/protected_branches/index.html.haml index 6e7c638eb0f..15644de552f 100644 --- a/app/views/protected_branches/index.html.haml +++ b/app/views/protected_branches/index.html.haml @@ -14,7 +14,7 @@ - if can? current_user, :admin_project, @project = form_for [@project, @protected_branch] do |f| -if @protected_branch.errors.any? - .alert-message.block-message.error + .alert.alert-error %ul - @protected_branch.errors.full_messages.each do |msg| %li= msg |