Sha256: cd51f1924ddd27cdc4f82482953eeb41464072cc1b64db8a38e5caff9d15557f

Contents?: true

Size: 576 Bytes

Versions: 3

Compression:

Stored size: 576 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     'comfy/admin/cms/application', 'data-turbolinks-track' => true
  = javascript_include_tag  'comfy/admin/cms/application', 'data-turbolinks-track' => true

  - if @site && @site.persisted?
    :javascript
      CMS.file_upload_path  = '#{comfy_admin_cms_site_files_path(@site)}';
      CMS.locale            = '#{I18n.locale}';

  = yield :head

  = render 'comfy/admin/cms/partials/html_head'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.12.7 app/views/layouts/comfy/admin/cms/_head.html.haml
comfortable_mexican_sofa-1.12.6 app/views/layouts/comfy/admin/cms/_head.html.haml
comfortable_mexican_sofa-1.12.5 app/views/layouts/comfy/admin/cms/_head.html.haml