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

20 lines
481 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 }
2011-10-30 13:28:45 +00:00
= stylesheet_link_tag 'locomotive', :media => 'screen'
= javascript_include_tag 'locomotive'
2011-10-30 13:28:45 +00:00
/ = 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