diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 9b38d0df..69def2b4 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -6,7 +6,7 @@ %title= content_for?(:title) ? yield(:title) : "OSEM" %meta{:content => "", :name => "description"} %meta{:content => "", :name => "author"} - = stylesheet_link_tag "application" + = stylesheet_link_tag "application", :media => "all" = javascript_include_tag "application" = csrf_meta_tags :javascript