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>2014-09-25 19:00:21 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-25 19:00:21 +0400
commit20d6f969286807a8548c0fc263b82576a560f637 (patch)
treee22e5eb8a1604b3023eaf013064352d19dafca14 /app/views/layouts/group.html.haml
parenta6b4e371eed3f21d626930e55c773daa95e18245 (diff)
Improve flash messages
* dont fadeout so user can read * show inside content block so user can notice it Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/layouts/group.html.haml')
-rw-r--r--app/views/layouts/group.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/layouts/group.html.haml b/app/views/layouts/group.html.haml
index fb4a3a3ba95..f22fb236cb5 100644
--- a/app/views/layouts/group.html.haml
+++ b/app/views/layouts/group.html.haml
@@ -4,9 +4,9 @@
%body{class: "#{app_theme} application", :'data-page' => body_data_page}
= render "layouts/broadcast"
= render "layouts/head_panel", title: "group: #{@group.name}"
- = render "layouts/flash"
%nav.main-nav.navbar-collapse.collapse
.container= render 'layouts/nav/group'
-
.container
- .content= yield
+ .content
+ = render "layouts/flash"
+ = yield