Commit feb422ff7fd413e23185d178f0baf2c84046b357
1 parent
99fc1592
Exists in
master
and in
1 other branch
avoid using format in render partial, use :formats instead
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/application.html.haml
@@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
10 | = javascript_include_tag :defaults | 10 | = javascript_include_tag :defaults |
11 | = stylesheet_link_tag 'reset', 'application', 'jquery.alerts' | 11 | = stylesheet_link_tag 'reset', 'application', 'jquery.alerts' |
12 | :css | 12 | :css |
13 | - #{render :partial => "issue_trackers/icons.css"} | 13 | + #{render :partial => "issue_trackers/icons", :formats => :css} |
14 | 14 | ||
15 | = yield :head | 15 | = yield :head |
16 | %body{:id => controller.controller_name, :class => controller.action_name} | 16 | %body{:id => controller.controller_name, :class => controller.action_name} |