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 }
|
|
|
|
|
2010-12-14 17:00:12 +00:00
|
|
|
= include_javascripts :common
|
2010-07-23 23:57:18 +00:00
|
|
|
|
2010-12-14 17:00:12 +00:00
|
|
|
= include_stylesheets :common, :media => 'screen'
|
2010-04-25 00:33:38 +00:00
|
|
|
|
2010-12-14 17:00:12 +00:00
|
|
|
/ [if IE]
|
|
|
|
= include_stylesheets :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
|