Sha256: 7892c88ac231f6986dab87e3f9e32926add51f2b7cca8744d9ec5e41bf3f7e13

Contents?: true

Size: 923 Bytes

Versions: 8

Compression:

Stored size: 923 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: model_object.push(@q)
        = 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
= render 'admin/layouts/git_info', git: @git

Version data entries

8 entries across 7 versions & 1 rubygems

Version Path
keppler-2.1.22 installer/core/app/views/admin/layouts/application.html.haml
keppler-2.1.21 installer/core/app/views/admin/layouts/application.html.haml
keppler-2.1.20 installer/core/app/views/admin/layouts/application.html.haml
keppler-2.1.19 installer/core/app/views/admin/layouts/application.html.haml
keppler-2.1.18 testing-with-2.1.18/app/views/admin/layouts/application.html.haml
keppler-2.1.18 installer/core/app/views/admin/layouts/application.html.haml
keppler-2.1.17 installer/core/app/views/admin/layouts/application.html.haml
keppler-2.1.16 installer/core/app/views/admin/layouts/application.html.haml