Sha256: 7f68be871b6043d4e22262fde56f22c85b02f138735b0eb240e80c0aadb7d15d

Contents?: true

Size: 785 Bytes

Versions: 3

Compression:

Stored size: 785 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/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 'comfy/admin/cms/partials/html_head'


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cms-fortress-1.2.2 app/views/layouts/comfy/admin/cms/_head.html.haml
cms-fortress-1.2.1 app/views/layouts/comfy/admin/cms/_head.html.haml
cms-fortress-1.2.0 app/views/layouts/comfy/admin/cms/_head.html.haml