23 lines
490 B
Plaintext
23 lines
490 B
Plaintext
%title= escape_once("#{Locomotive.config.name} — #{current_site.name}")
|
|
|
|
= csrf_meta_tag
|
|
|
|
%meta{ :name => 'locale', :content => I18n.locale }
|
|
|
|
/ = stylesheet_link_tag 'locomotive', :media => 'screen'
|
|
/ = javascript_include_tag 'locomotive'
|
|
|
|
|
|
|
|
|
|
/ = include_javascripts :common
|
|
/
|
|
/ = include_stylesheets :common, :media => 'screen'
|
|
|
|
/ [if IE]
|
|
/ = include_stylesheets :ie, :media => 'screen'
|
|
|
|
%script{ :type => 'text/javascript' }
|
|
= find_and_preserve(growl_message)
|
|
|
|
= yield :head |