Sha256: d1757713c523f9745e742fdd603d85b06fa4bc6336d536d2119d1ea93f25a58e

Contents?: true

Size: 529 Bytes

Versions: 8

Compression:

Stored size: 529 Bytes

Contents

!!!

- content_for :custom_stylesheets do
  = stylesheet_link_tag 'utils/jasny-bootstrap.css'

- html_tag class: 'no-js', lang: 'en' do
  = render 'head'
  %body{ class: "#{controller.controller_name} #{controller.action_name} dashboard #{('admin' if admin_user_signed_in?)}" }
    #main
      = render 'chromeframe'

      = render 'dashboard/partial/sidebar'
      .padd-side-lg
        = yield

    = render 'javascripts'
    = yield :js
    = yield :custom_javascripts
    = javascript_include_tag 'utils/jasny-bootstrap.js'

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tmatt_cms-0.1.7 lib/generators/tmatt_cms/templates/views/layouts/dashboard.html.haml
tmatt_cms-0.1.6 lib/generators/tmatt_cms/templates/views/layouts/dashboard.html.haml
tmatt_cms-0.1.5 lib/generators/tmatt_cms/templates/views/layouts/dashboard.html.haml
tmatt_cms-0.1.4 lib/generators/tmatt_cms/templates/views/layouts/dashboard.html.haml
tmatt_cms-0.1.3 lib/generators/tmatt_cms/templates/views/layouts/dashboard.html.haml
tmatt_cms-0.1.2 lib/generators/tmatt_cms/templates/views/layouts/dashboard.html.haml
tmatt_cms-0.1.1 lib/generators/tmatt_cms/templates/views/layouts/dashboard.html.haml
tmatt_cms-0.1.0 lib/generators/tmatt_cms/templates/views/layouts/dashboard.html.haml