Sha256: 4ec670a2c8c43f93bc4e73724f68641fcc10a6531129b68f1ff6b3db30dff5fe

Contents?: true

Size: 332 Bytes

Versions: 4

Compression:

Stored size: 332 Bytes

Contents

!!!
- html_tag class: 'no-js', lang: 'en' do
  = render 'head'
  %body{ class: "#{controller.controller_name} #{controller.action_name}" }
    #main
      = render 'chromeframe'
      = render 'header'
      = flash_tag
      = yield
    = render 'footer'

    = render 'javascripts'
    = yield :js
    = yield :custom_javascripts

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tmatt_cms-0.1.7 lib/generators/tmatt_cms/templates/views/layouts/application.html.haml
tmatt_cms-0.1.6 lib/generators/tmatt_cms/templates/views/layouts/application.html.haml
tmatt_cms-0.1.5 lib/generators/tmatt_cms/templates/views/layouts/application.html.haml
tmatt_cms-0.1.4 lib/generators/tmatt_cms/templates/views/layouts/application.html.haml