mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Apply styles to all media
There are some media dependent parts of styles already and anyway, it's better to have at least some style to begin with.
This commit is contained in:
parent
11f75a16d2
commit
d27b43f82d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue