Sha256: ce2f6e12d02f3ee4a60de5815a303de675f0481abca5c4eb3bad7e72cb9e5c81

Contents?: true

Size: 1.01 KB

Versions: 6

Compression:

Stored size: 1.01 KB

Contents

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

  body class="sidebar-open on-main #{body_class}"
    = render 'locomotive/shared/navigation'
    = render 'locomotive/shared/sidebar'

    .content-main
      .content-overlay

      .drawer
        .close-button
          i.fa.fa-times
        .content-inner
          = yield :drawer
          = yield :foot

      .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

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

      = yield :foot

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
locomotivecms-3.1.2 app/views/locomotive/layouts/application.html.slim
locomotivecms-3.1.1 app/views/locomotive/layouts/application.html.slim
locomotivecms-3.1.0 app/views/locomotive/layouts/application.html.slim
locomotivecms-3.1.0.rc3 app/views/locomotive/layouts/application.html.slim
locomotivecms-3.1.0.rc2 app/views/locomotive/layouts/application.html.slim
locomotivecms-3.1.0.rc1 app/views/locomotive/layouts/application.html.slim