2010-04-24 00:32:36 +00:00
|
|
|
%title= escape_once("#{Locomotive.config.name} — #{current_site.name}")
|
|
|
|
|
|
|
|
= csrf_meta_tag
|
|
|
|
|
2010-04-25 00:33:38 +00:00
|
|
|
%meta{ :name => 'locale', :content => I18n.locale }
|
|
|
|
|
2011-11-08 14:34:25 +00:00
|
|
|
= stylesheet_link_tag 'locomotive', :media => 'screen'
|
2010-04-25 00:33:38 +00:00
|
|
|
|
2010-12-14 17:00:12 +00:00
|
|
|
/ [if IE]
|
2011-11-08 14:34:25 +00:00
|
|
|
= stylesheet_link_tag 'locomotive/ie', :media => 'screen'
|
2010-04-24 00:32:36 +00:00
|
|
|
|
2010-04-25 00:33:38 +00:00
|
|
|
%script{ :type => 'text/javascript' }
|
|
|
|
= find_and_preserve(growl_message)
|
2010-04-24 00:32:36 +00:00
|
|
|
|
|
|
|
= yield :head
|