Sha256: 59ab6c4a6494de280f092c8fe93752daa80f8a787d6007590bb0d69d2b2ba83f

Contents?: true

Size: 402 Bytes

Versions: 2

Compression:

Stored size: 402 Bytes

Contents

%head
  %meta{'http-equiv' => "Content-type", :content => "text/html; charset=utf-8"}
  %title= ComfyPress.config.cms_title
  = csrf_meta_tag
  
  = stylesheet_link_tag 'comfypress/application'
  = stylesheet_link_tag 'comfypress/admin/application'
  = javascript_include_tag 'comfypress/application'
  = javascript_include_tag 'comfypress/admin/application'
  
  = yield :head
  = cms_hook :html_head

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
comfypress-0.1.4 app/views/layouts/cms_admin/_head.html.haml
comfypress-0.1.3 app/views/layouts/cms_admin/_head.html.haml