summaryrefslogtreecommitdiff
path: root/app/views/snippets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-30 16:53:18 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-30 16:53:18 +0200
commitb742f47e89674c7aaae78b6e4174339480594d1f (patch)
tree78b365520da8e0b69067239fcfee6604233b60f9 /app/views/snippets
parente2fb18a3ec8052997f0c9b795f76a6e4d57a9d97 (diff)
downloadgitlab-ce-b742f47e89674c7aaae78b6e4174339480594d1f.tar.gz
remove old alert messages
Diffstat (limited to 'app/views/snippets')
-rw-r--r--app/views/snippets/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/_form.html.haml b/app/views/snippets/_form.html.haml
index 3b0b8be6f4d..77162cdcde3 100644
--- a/app/views/snippets/_form.html.haml
+++ b/app/views/snippets/_form.html.haml
@@ -4,7 +4,7 @@
.snippet-form-holder
= form_for [@project, @snippet] do |f|
-if @snippet.errors.any?
- .alert-message.block-message.error
+ .alert.alert-error
%ul
- @snippet.errors.full_messages.each do |msg|
%li= msg