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
= current_user.username
.content-wrapper
= render "layouts/flash"
%div{ class: fluid_layout ? "container-fluid" : "container-fluid container-limited" }
.content
= render "layouts/flash"
.clearfix
= yield