Sha256: 9d72edad403209936ae51ed463e862f2343054733112652eb344078c18de3688

Contents?: true

Size: 703 Bytes

Versions: 11

Compression:

Stored size: 703 Bytes

Contents

%body#comfy{:class => "c-#{params[:controller].slugify} a-#{params[:action].slugify}"}

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

  - if default_theme?
    .body-wrapper
      .left-column
        .left-column-content
          = render 'layouts/comfy/admin/cms/left'
      .right-column
        .right-column-content
          = render 'layouts/comfy/admin/cms/right'
      .center-column
        = render 'layouts/comfy/admin/cms/flash'
        .center-column-content
          = yield
        = render 'layouts/comfy/admin/cms/footer'



  - else
    = themed_partial('body')

  = render partial: 'cms/fortress/shared/mediaboxes'
  = render :partial => 'layouts/comfy/admin/cms/footer_js'


Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cms-fortress-1.3.15 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.14 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.13 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.12 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.11 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.10 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.9 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.8 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.7 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.6 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.5 app/views/layouts/comfy/admin/cms/_body.html.haml