Moved Javascript includes to the top so that other JS code can be included in the page

This commit is contained in:
Christoph Haas 2014-12-31 17:32:39 +01:00
parent a5dc8630be
commit e8fb97c21e

View file

@ -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