#wholepage construct removed that moved the footer down

This commit is contained in:
Christoph Haas 2014-12-01 00:15:21 +01:00
parent 219d1c5253
commit 4d2d64b43f

View file

@ -19,10 +19,9 @@ html
body
// TODO: move topbar somewhere else than packages
#wholepage
= render 'layouts/topbar'
#content
= yield
= render 'layouts/topbar'
#content
= yield
= render 'layouts/footer'
= javascript_include_tag "application"