Sha256: 5c961d353d206a1b65b0f908d8a529469f8d9f4e4ecbd39b8c9f2195242b1000

Contents?: true

Size: 890 Bytes

Versions: 14

Compression:

Stored size: 890 Bytes

Contents

!!!
%html
  = render 'keppler_frontend/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{ 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
= render 'admin/layouts/git_info', git: @git

Version data entries

14 entries across 7 versions & 1 rubygems

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