engine/app/views/admin/shared/_head.html.haml

17 lines
379 B
Plaintext
Raw Normal View History

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 }
= include_javascripts :common
= include_stylesheets :common, :media => 'screen'
2010-04-25 00:33:38 +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