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

15 lines
369 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 }
= stylesheet_link_tag 'locomotive', :media => 'screen'
2010-04-25 00:33:38 +00:00
/ [if IE]
= 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