app/views/layouts/admin/_head.html.erb in muck-engine-0.4.1 vs app/views/layouts/admin/_head.html.erb in muck-engine-0.4.2

- old
+ new

@@ -1,9 +1,9 @@ <title><%= @page_title || GlobalConfig.application_name %></title> <meta http-equiv="content-type" content="text/xhtml; charset=utf-8" /> <%= stylesheet_link_tag 'blueprint/print.css', :media => "print" %> <!--[if IE]><link rel="stylesheet" href="/stylesheets/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]--> -<%= stylesheet_link_tag %W{ reset styles blueprint/liquid_screen jquery/jquery.autocomplete jquery/jquery.fancybox admin }, :cache => true %> +<%= stylesheet_link_tag %W{ reset styles blueprint/liquid_screen jquery/jquery.autocomplete jquery/jquery.fancybox admin }, :cache => 'admin' %> <%= google_load_jquery_ui_css(http_protocol) %> <%= stylesheet_link_tag MuckEngine.muck_admin_css -%> <%= google_load_jquery(http_protocol) %> <%= google_load_jquery_ui(http_protocol) %> <%= javascript_include_tag %w{ \ No newline at end of file