Sha256: 82b1d93ad3e5f853c988034d0ba831b78843ea405251530862984957b1c1cf09

Contents?: true

Size: 832 Bytes

Versions: 24

Compression:

Stored size: 832 Bytes

Contents

!!!
%html
  = render 'admin/layouts/head'
  %body.sidebar-mini.skin-blue{ style: 'height: auto; min-height: 100%;' }
    #log
    - if loggedin?
      .wrapper{ style: 'height: auto; min-height: 100vh;' }
        = render 'admin/layouts/navigation', q: @q, appearance: @appearance, model_obj: [:admin, :languages, @q]
        = render 'admin/layouts/sidebar', render: @render
        = render 'admin/layouts/messages'
        .content-wrapper{ style: 'min-height: 901px;' }
          = yield

      .spinner
        = preloader
      = render 'admin/layouts/footer'
    - else
      %main.devise{ style: @appearance.image_background? ? "background-image: url(#{@appearance.image_background})" : nil }
        = yield
    - if action_name.eql?('index')
      %script{ src: '/assets/vue_admin/index.js' }
    = keppler_boolean_script

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
keppler-2.1.22 installer/plugins/layouts/application.html.haml
keppler-2.1.21 installer/plugins/layouts/application.html.haml
keppler-2.1.20 installer/plugins/layouts/application.html.haml
keppler-2.1.19 installer/plugins/layouts/application.html.haml
keppler-2.1.18 installer/plugins/layouts/application.html.haml
keppler-2.1.17 installer/plugins/layouts/application.html.haml
keppler-2.1.16 installer/plugins/layouts/application.html.haml
keppler-2.1.15 installer/plugins/layouts/application.html.haml
keppler-2.1.14 installer/plugins/layouts/application.html.haml
keppler-2.1.13 installer/plugins/layouts/application.html.haml
keppler-2.1.12 installer/plugins/layouts/application.html.haml
keppler-2.1.11 installer/plugins/layouts/application.html.haml
keppler-2.1.10 installer/plugins/layouts/application.html.haml
keppler-2.1.9 installer/plugins/layouts/application.html.haml
keppler-2.1.8 installer/plugins/layouts/application.html.haml
keppler-2.1.7 installer/plugins/layouts/application.html.haml
keppler-2.1.6 installer/plugins/layouts/application.html.haml
keppler-2.1.5 installer/plugins/layouts/application.html.haml
keppler-2.1.4 installer/plugins/layouts/application.html.haml
keppler-2.1.3 installer/plugins/layouts/application.html.haml