Sha256: 8097054c133598df429357f2e0b1803f5a64894ab2546d15e629285c2d10359e

Contents?: true

Size: 379 Bytes

Versions: 8

Compression:

Stored size: 379 Bytes

Contents

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

= csrf_meta_tag

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

= include_javascripts :common

= include_stylesheets :common, :media => 'screen'

/ [if IE]
  = include_stylesheets :ie, :media => 'screen'

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

= yield :head

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-1.0.0.beta.2 app/views/admin/shared/_head.html.haml
locomotive_cms-1.0.0.beta app/views/admin/shared/_head.html.haml
locomotive_cms-0.0.4.beta12 app/views/admin/shared/_head.html.haml
locomotive_cms-0.0.4.beta11 app/views/admin/shared/_head.html.haml
locomotive_cms-0.0.4.beta10 app/views/admin/shared/_head.html.haml
locomotive_cms-0.0.4.beta9 app/views/admin/shared/_head.html.haml
locomotive_cms-0.0.4.beta8 app/views/admin/shared/_head.html.haml
locomotive_cms-0.0.4.beta7 app/views/admin/shared/_head.html.haml