Render flash message out of content block

This commit is contained in:
Dmitriy Zaporozhets 2015-09-07 11:58:19 +02:00
parent aa6d29f0a7
commit 11f815ac1e

View file

@ -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