Commit d68acf5a66cf01c160adc605be292641e96250f6
1 parent
e54b0e12
Exists in
master
and in
1 other branch
cache true, not 'screen', stylesheets
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/application.html.erb
@@ -4,7 +4,7 @@ | @@ -4,7 +4,7 @@ | ||
4 | <head> | 4 | <head> |
5 | <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> | 5 | <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> |
6 | <title>CHANGEME</title> | 6 | <title>CHANGEME</title> |
7 | - <%= stylesheet_link_tag :flutie, 'CHANGEME', :cache => 'screen' %> | 7 | + <%= stylesheet_link_tag :flutie, 'CHANGEME', :cache => true %> |
8 | </head> | 8 | </head> |
9 | <body class="<%= body_class %>"> | 9 | <body class="<%= body_class %>"> |
10 | <div class="content"> | 10 | <div class="content"> |