summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-07 11:58:19 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-07 11:58:19 +0200
commit11f815ac1e0904ea606a44e19842af2ebc48b7d7 (patch)
tree9e1a5db29b25fee1b33871c4c3ad4513cea96c76
parentaa6d29f0a703810cd57ce89f7447f8d12ff6a252 (diff)
downloadgitlab-ce-11f815ac1e0904ea606a44e19842af2ebc48b7d7.tar.gz
Render flash message out of content block
-rw-r--r--app/views/layouts/_page.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_page.html.haml b/app/views/layouts/_page.html.haml
index 1275c42000b..c1746676ae2 100644
--- a/app/views/layouts/_page.html.haml
+++ b/app/views/layouts/_page.html.haml
@@ -18,8 +18,8 @@
.username
= current_user.username
.content-wrapper
+ = render "layouts/flash"
%div{ class: fluid_layout ? "container-fluid" : "container-fluid container-limited" }
.content
- = render "layouts/flash"
.clearfix
= yield