Sha256: b92f4a54ab497fe508aabcf10d548803a5e252a9293e6d7cbc187604ae7f9e32

Contents?: true

Size: 760 Bytes

Versions: 9

Compression:

Stored size: 760 Bytes

Contents

%head
  %meta{'http-equiv' => "Content-type", :content => "text/html; charset=utf-8"}
  %title= settings.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

9 entries across 9 versions & 1 rubygems

Version Path
cms-fortress-1.3.5 app/views/layouts/comfy/admin/cms/_head.html.haml
cms-fortress-1.3.4 app/views/layouts/comfy/admin/cms/_head.html.haml
cms-fortress-1.3.3 app/views/layouts/comfy/admin/cms/_head.html.haml
cms-fortress-1.3.2 app/views/layouts/comfy/admin/cms/_head.html.haml
cms-fortress-1.3.1 app/views/layouts/comfy/admin/cms/_head.html.haml
cms-fortress-1.3.0 app/views/layouts/comfy/admin/cms/_head.html.haml
cms-fortress-1.3.0.rc3 app/views/layouts/comfy/admin/cms/_head.html.haml
cms-fortress-1.3.0.rc2 app/views/layouts/comfy/admin/cms/_head.html.haml
cms-fortress-1.3.0.rc1 app/views/layouts/comfy/admin/cms/_head.html.haml