Sha256: 5bad697808b40b506320dc9997977a1ce43057d9b830296cbb50f7778f650450

Contents?: true

Size: 813 Bytes

Versions: 9

Compression:

Stored size: 813 Bytes

Contents

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

  body class="live-editing sidebar-closed"

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

    - # WRAPPER
    .wrapper
      .slide-sidebar
        .bar
          .expand-button
            i.fa.fa-chevron-right
        nav.sidebar
          .scrollable
            = render 'locomotive/shared/sidebar'

      section.preview
        .scrollable
          = yield :preview

      .content
        .close-button
          i.fa.fa-chevron-left
        .expand-button
          i.fa.fa-chevron-right
        .inner
          = yield

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

    = yield :foot

Version data entries

9 entries across 9 versions & 1 rubygems

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