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-07-12 19:22:03 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-12 19:22:03 +0400
commitacb402a1c1cfb23613be0f988b60884c352de37c (patch)
tree5b2edb93552e1fc032e1386d572a2c8bf3e6f563 /app/views/layouts/_flash.html.haml
parent7a42decec7a58c4824a1b951368d19b4ba3336dd (diff)
Ability to leave group from profile area
Diffstat (limited to 'app/views/layouts/_flash.html.haml')
-rw-r--r--app/views/layouts/_flash.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_flash.html.haml b/app/views/layouts/_flash.html.haml
index a3bed593e1c..f9ef068d18d 100644
--- a/app/views/layouts/_flash.html.haml
+++ b/app/views/layouts/_flash.html.haml
@@ -1,6 +1,6 @@
.flash-container
- if alert
- .alert
+ .alert.alert-error
%span= alert
- elsif notice