mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
20 lines
No EOL
785 B
Text
20 lines
No EOL
785 B
Text
!!!
|
|
%html
|
|
%head
|
|
%meta{:charset => "utf-8"}
|
|
%meta{:name => "viewport", :content => "width=device-width, initial-scale=1, maximum-scale=1"}
|
|
%title= content_for?(:title) ? yield(:title) : "OSEM"
|
|
%meta{:content => "", :name => "description"}
|
|
%meta{:content => "", :name => "author"}
|
|
= stylesheet_link_tag "/stylesheets/schedule/jquery-ui-1.9.2.custom.min"
|
|
= stylesheet_link_tag "/stylesheets/schedule/schedule"
|
|
|
|
= javascript_include_tag "/javascripts/schedule/jquery-1.8.3"
|
|
= javascript_include_tag "/javascripts/schedule/jquery-ui-1.9.2.custom.min"
|
|
= javascript_include_tag "/javascripts/schedule/date.format"
|
|
= javascript_include_tag "/javascripts/schedule/schedule"
|
|
= csrf_meta_tags
|
|
= yield(:head)
|
|
%body
|
|
.content
|
|
= yield |