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
// TODO: move topbar somewhere else than packages
= render 'layouts/topbar'
#messages
= render 'layouts/messages'
#content
= yield
= render 'layouts/footer'

View file

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