Skip to content

Commit

Permalink
fix assets usage
Browse files Browse the repository at this point in the history
  • Loading branch information
june29 committed Sep 11, 2012
1 parent 1556f90 commit c3d86f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%title
= ["KaigiSubscreen", @title].compact.join(" - ")
= stylesheet_link_tag "application"
= javascript_include_tag "pusher.min", "application"
= javascript_include_tag "application"
:javascript
var channels = [];
= csrf_meta_tags
Expand Down

0 comments on commit c3d86f4

Please sign in to comment.