templates/application_layout.rb in prologue-0.2.0 vs templates/application_layout.rb in prologue-0.3.0
- old
+ new
@@ -49,10 +49,10 @@
= csrf_meta_tag
%link{:rel => "shortcut icon", :href => "/images/favicon.ico", :type => "image/x-icon"}
%link{:rel => "apple-touch-icon", :href => "/images/ati.png"}
/[if lt IE 9]
%script{:type => "text/javascript", :src => "/javascripts/shiv.js"}
- = stylesheet_link_tag :all
+ = include_stylesheets :main, :media => 'all'
= yield(:head)
/[if IE 7]
= stylesheet_link_tag 'ie7', :media => 'all'
/[if IE 8]
= stylesheet_link_tag 'ie8', :media => 'all'
\ No newline at end of file