Fixed paths for jQuery raty plugin
This commit is contained in:
parent
de2af30d20
commit
f5710545ed
1 changed files with 2 additions and 2 deletions
|
|
@ -10,9 +10,9 @@ html
|
|||
= stylesheet_link_tag "application", media: "all"
|
||||
= javascript_include_tag "vendor/modernizr"
|
||||
= stylesheet_link_tag "jquery-fancybox/jquery.fancybox", media: "all"
|
||||
= stylesheet_link_tag "jquery.raty", media: "all"
|
||||
//= stylesheet_link_tag "jquery-raty/jquery.raty", media: "all"
|
||||
= javascript_include_tag 'jquery'
|
||||
/ = javascript_include_tag 'jquery.raty'
|
||||
//= javascript_include_tag 'jquery-raty/jquery.raty'
|
||||
|
||||
= csrf_meta_tags
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue