#wholepage construct removed that moved the footer down
This commit is contained in:
parent
219d1c5253
commit
4d2d64b43f
1 changed files with 3 additions and 4 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue