Sha256: 3d84c6fae73c0443a8888cfcc99abe3f3bdcfe1df00eb97e77b132d298306f6f

Contents?: true

Size: 499 Bytes

Versions: 6

Compression:

Stored size: 499 Bytes

Contents

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

    link rel="icon" type="image/png" href="#{asset_url('locomotive/favicon.png')}" sizes="32x32"

  body class="#{body_class} without-site"

    nav.sidebar
      .scrollable
        = render 'locomotive/shared/sidebar_without_site'

    = render 'locomotive/shared/header'

    .wrapper
      .scrollable
        .container-fluid
          .main
            = yield

    = yield :foot

Version data entries

6 entries across 6 versions & 1 rubygems

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