Moved inclusion of Javscript files into asset pipeline

This commit is contained in:
Christoph Haas 2014-12-29 14:55:19 +01:00
parent 16f4597c9b
commit ad480fb1cd

View file

@ -8,13 +8,8 @@ html
meta name="viewport" content="width=device-width, initial-scale=1.0"
/ TODO: make the keywords reflect the virtual host (e.g. Debian)
= stylesheet_link_tag "application", media: "all"
= javascript_include_tag "vendor/modernizr"
= javascript_include_tag 'jquery'
//= javascript_include_tag 'jquery-raty/jquery.raty'
= csrf_meta_tags
body
// TODO: move topbar somewhere else than packages
= render 'layouts/topbar'