Moved Javascript includes to the top so that other JS code can be included in the page
This commit is contained in:
parent
a5dc8630be
commit
e8fb97c21e
1 changed files with 1 additions and 1 deletions
|
|
@ -11,12 +11,12 @@ html
|
|||
= csrf_meta_tags
|
||||
|
||||
body
|
||||
= javascript_include_tag "application"
|
||||
// TODO: move topbar somewhere else than packages
|
||||
= render 'layouts/topbar'
|
||||
#content
|
||||
= yield
|
||||
= render 'layouts/footer'
|
||||
= javascript_include_tag "application"
|
||||
|
||||
// Load Javascript libraries
|
||||
// Initialize Zurb Foundation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue