Sha256: 50a7ea5a18ade80ff066b22ad8f3eb555109634bebe9f03c1e751ec6acb0e1bd

Contents?: true

Size: 747 Bytes

Versions: 3

Compression:

Stored size: 747 Bytes

Contents

%title= escape_once("#{Locomotive.config.name} — #{current_site.name}")

= csrf_meta_tag

%meta{ :name => 'locale', :content => I18n.locale }

= stylesheet_link_tag 'admin/blueprint/screen', :media => 'screen'
/ [if IE]
  = stylesheet_link_tag 'admin/blueprint/ie', :media => 'screen'
  
= stylesheet_link_tag 'admin/layout', 'admin/plugins/toggle', 'admin/menu', 'admin/buttons', 'admin/formtastic', 'admin/formtastic_changes', 'admin/application', :media => 'screen'

= javascript_include_tag 'admin/jquery', 'admin/jquery.ui', 'admin/rails', 'admin/utils', 'admin/plugins/toggle', 'admin/plugins/growl', 'admin/plugins/cookie', 'admin/application'

%script{ :type => 'text/javascript' }
  = find_and_preserve(growl_message)

= yield :head

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
locomotive_cms-0.0.2.4 app/views/admin/shared/_head.html.haml
locomotive_cms-0.0.2.3 app/views/admin/shared/_head.html.haml
locomotive_cms-0.0.2.2 app/views/admin/shared/_head.html.haml