Sha256: d4c5e9c75819373355929ad1bde2c9d53eaa8fd51fde5f09b87679f72d1e3dd8

Contents?: true

Size: 849 Bytes

Versions: 6

Compression:

Stored size: 849 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
        = render 'admin/layouts/sidebar', render: @render
        = render 'admin/layouts/messages'
        .content-wrapper
          = yield

      .spinner
        = preloader
      = render 'admin/layouts/footer'
    - else
      %main.devise{ class: "#{@appearance.image_background? ? 'devise-new-img' : 'devise-default-img'}", 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

6 entries across 6 versions & 1 rubygems

Version Path
keppler-2.0.7 installer/core/app/views/admin/layouts/application.html.haml
keppler-2.0.6 installer/core/app/views/admin/layouts/application.html.haml
keppler-2.0.5 installer/core/app/views/admin/layouts/application.html.haml
keppler-2.0.4.p1 installer/core/app/views/admin/layouts/application.html.haml
keppler-2.0.4.pre.p1 installer/core/app/views/admin/layouts/application.html.haml
keppler-2.0.4 installer/core/app/views/admin/layouts/application.html.haml