Sha256: a73b85a49cb00d5f857c1cfacd5c01d585bf073a227abaac7df82034648baca3

Contents?: true

Size: 700 Bytes

Versions: 11

Compression:

Stored size: 700 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 :partial => 'layouts/comfy/admin/cms/left'
      .right-column
        .right-column-content
          = render :partial => 'layouts/comfy/admin/cms/right'
      .center-column
        = render :partial => 'layouts/comfy/admin/cms/center'

        = render :partial => '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.4 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.3 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.2 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.1 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.0 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.0.rc3 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.0.rc2 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.3.0.rc1 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.2.2 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.2.1 app/views/layouts/comfy/admin/cms/_body.html.haml
cms-fortress-1.2.0 app/views/layouts/comfy/admin/cms/_body.html.haml