Moved flash messages to general layout

This commit is contained in:
Christoph Haas 2015-05-02 16:16:40 +02:00
parent 3988c7ddf3
commit cd6fb9ca23
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,8 @@ html
body body
// TODO: move topbar somewhere else than packages // TODO: move topbar somewhere else than packages
= render 'layouts/topbar' = render 'layouts/topbar'
#messages
= render 'layouts/messages'
#content #content
= yield = yield
= render 'layouts/footer' = render 'layouts/footer'

View file

@ -23,7 +23,6 @@
// = partial '/package/comments' // = partial '/package/comments'
.small-5.medium-5.columns .small-5.medium-5.columns
= render 'layouts/messages'
.bigpanel .bigpanel
p.subtitle Details p.subtitle Details
// TODO: split long_description by <p> tags // TODO: split long_description by <p> tags