Sha256: b6e009f739477827d216d0b62920f496d695ec7b4c2541baedebb8f25165b8f4

Contents?: true

Size: 886 Bytes

Versions: 5

Compression:

Stored size: 886 Bytes

Contents

%head
  %meta{'http-equiv' => "Content-type", :content => "text/html; charset=utf-8"}
  %title= ComfortableMexicanSofa.config.cms_title
  = csrf_meta_tag
  
  = stylesheet_link_tag 'comfortable_mexican_sofa/application'
  = stylesheet_link_tag 'comfortable_mexican_sofa/admin/application'
  = stylesheet_link_tag 'cms/fortress/bootstrap'
  = stylesheet_link_tag 'cms/fortress/bootstrap-responsive'
  = stylesheet_link_tag 'cms/fortress/admin_overrides'
  - unless default_theme?
    = stylesheet_link_tag "cms/fortress/themes/#{ theme_name }"

  = javascript_include_tag 'comfortable_mexican_sofa/application'
  = javascript_include_tag 'comfortable_mexican_sofa/admin/application'
  = javascript_include_tag 'cms/fortress/media'

  - unless default_theme?
    = javascript_include_tag "cms/fortress/themes/#{ theme_name }"

  = yield :head
  
  = render 'admin/cms/partials/html_head'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cms-fortress-1.1.8 app/views/layouts/admin/cms/_head.html.haml
cms-fortress-1.1.7 app/views/layouts/admin/cms/_head.html.haml
cms-fortress-1.1.6 app/views/layouts/admin/cms/_head.html.haml
cms-fortress-1.1.5 app/views/layouts/admin/cms/_head.html.haml
cms-fortress-1.1.4 app/views/layouts/admin/cms/_head.html.haml