Commit 11f815ac authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Render flash message out of content block

parent aa6d29f0
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
.username .username
= current_user.username = current_user.username
.content-wrapper .content-wrapper
= render "layouts/flash"
%div{ class: fluid_layout ? "container-fluid" : "container-fluid container-limited" } %div{ class: fluid_layout ? "container-fluid" : "container-fluid container-limited" }
.content .content
= render "layouts/flash"
.clearfix .clearfix
= yield = yield
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment