Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-10 22:20:03 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-10 22:20:03 +0400
commit0175e665893ca8f8fd660ff55841e95c02fcb987 (patch)
tree96b41c7e28352a58cf821af9a8f8deab22f7c933 /app/views/layouts/_flash.html.haml
parent37cf2eb691b19998b69b8ad9bf8489837d00c81a (diff)
hide no-ssh message if notice or alert present
Diffstat (limited to 'app/views/layouts/_flash.html.haml')
-rw-r--r--app/views/layouts/_flash.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/_flash.html.haml b/app/views/layouts/_flash.html.haml
index 2585030db83..cc8ea066cb9 100644
--- a/app/views/layouts/_flash.html.haml
+++ b/app/views/layouts/_flash.html.haml
@@ -1,8 +1,8 @@
.flash-container
- if alert
.flash-alert
- %span= alert
+ = alert
- elsif notice
.flash-notice
- %span= notice
+ = notice