We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb173b0 commit 0976740Copy full SHA for 0976740
app/views/layouts/application.html.haml
@@ -4,7 +4,6 @@
4
%title Long Running Ruby Benchmark
5
= stylesheet_link_tag 'application', media: 'all'
6
= stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Roboto:100,400'
7
- = javascript_include_tag 'application'
8
= render 'layouts/ga' if Rails.env.production?
9
= csrf_meta_tags
10
@@ -22,4 +21,5 @@
22
21
.row.footer
23
.col-xs-10.col-xs-offset-1
24
= render 'layouts/footer'
+ = javascript_include_tag 'application'
25
= yield :footer if content_for(:footer)
0 commit comments