diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-10 21:10:24 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-10 21:10:24 +0300 |
commit | 37cf2eb691b19998b69b8ad9bf8489837d00c81a (patch) | |
tree | 32a45a28aaaece5bc57c3d7958842a4bf9549e37 /app/views/layouts/_flash.html.haml | |
parent | 11ecf007810548d6e919cc032b3c9bcaf74bba48 (diff) | |
download | gitlab-ce-37cf2eb691b19998b69b8ad9bf8489837d00c81a.tar.gz |
More readable notice/alert messages
Diffstat (limited to 'app/views/layouts/_flash.html.haml')
-rw-r--r-- | app/views/layouts/_flash.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/_flash.html.haml b/app/views/layouts/_flash.html.haml index f9ef068d18d..2585030db83 100644 --- a/app/views/layouts/_flash.html.haml +++ b/app/views/layouts/_flash.html.haml @@ -1,8 +1,8 @@ .flash-container - if alert - .alert.alert-error + .flash-alert %span= alert - elsif notice - .alert.alert-info + .flash-notice %span= notice |