Render flash message out of content block
This commit is contained in:
parent
aa6d29f0a7
commit
11f815ac1e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue