#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
|
body
|
||||||
// TODO: move topbar somewhere else than packages
|
// TODO: move topbar somewhere else than packages
|
||||||
#wholepage
|
= render 'layouts/topbar'
|
||||||
= render 'layouts/topbar'
|
#content
|
||||||
#content
|
= yield
|
||||||
= yield
|
|
||||||
= render 'layouts/footer'
|
= render 'layouts/footer'
|
||||||
= javascript_include_tag "application"
|
= javascript_include_tag "application"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue