Sha256: b05a84a2b90ebaa4c4d27359d1edadbb01577df48abd08f2dc35971e9761d8b5

Contents?: true

Size: 934 Bytes

Versions: 9

Compression:

Stored size: 934 Bytes

Contents

doctype XML
doctype html
html xmlns='http://www.w3.org/1999/xhtml'
  head
    = render 'locomotive/shared/head'

  body class=body_class

    - # HEADER: brand + current site + account
    = render 'locomotive/shared/header'

    - # WRAPPER
    .wrapper
      nav.sidebar
        .scrollable
          = render 'locomotive/shared/sidebar'

      .content
        .scrollable
          .container-fluid.main role='main'
            .row
              = yield :local_warning_message

            - if title
              .row.header-row
                .col-md-8.col-xs-9
                  h1== title

                .col-md-4.col-xs-3.actions
                  = yield :actions

            = yield

      section.drawer
        .close-button
          i.fa.fa-times
        .inner
          .scrollable
            .container-fluid
              .row
                .col-md-12
                  h1 Right sidebar

    = yield :foot

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
locomotivecms-3.0.1 app/views/locomotive/layouts/application.html.slim
locomotivecms-3.0.0 app/views/locomotive/layouts/application.html.slim
locomotivecms-3.0.0.rc7 app/views/locomotive/layouts/application.html.slim
locomotivecms-3.0.0.rc6 app/views/locomotive/layouts/application.html.slim
locomotivecms-3.0.0.rc5 app/views/locomotive/layouts/application.html.slim
locomotivecms-3.0.0.rc4 app/views/locomotive/layouts/application.html.slim
locomotivecms-3.0.0.rc3 app/views/locomotive/layouts/application.html.slim
locomotivecms-3.0.0.rc2 app/views/locomotive/layouts/application.html.slim
locomotivecms-3.0.0.rc1 app/views/locomotive/layouts/application.html.slim