Sha256: 6573e8d9b3a0f5300e88dafac77db9ccccd42a9ee84b51caaf6c824e1d55c126

Contents?: true

Size: 489 Bytes

Versions: 3

Compression:

Stored size: 489 Bytes

Contents

%head
  %meta{'http-equiv' => "Content-type", :content => "text/html; charset=utf-8"}
  %title= ComfortableMexicanSofa.config.cms_title
  = csrf_meta_tag
  
  %meta{:name => "cms-admin-path", :content => ComfortableMexicanSofa.config.admin_route_prefix}
  %meta{:name => "cms-site-id", :content => @site.try(:id)}
  
  = stylesheet_link_tag 'comfortable_mexican_sofa/application'
  = javascript_include_tag 'comfortable_mexican_sofa/application'
  
  = yield :head
  = cms_hook :html_head

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.7.3 app/views/layouts/cms_admin/_head.html.haml
comfortable_mexican_sofa-1.7.1 app/views/layouts/cms_admin/_head.html.haml
comfortable_mexican_sofa-1.7.0 app/views/layouts/cms_admin/_head.html.haml