Welcome to mirror list, hosted at ThFree Co, Russian Federation.

minimal.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa39b6d45baa1e44324190110c197dd4c09685ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- @with_header = true
- page_classes = page_class.push(@html_class).flatten.compact

!!! 5
%html.gl-h-full{ lang: I18n.locale, class: page_classes }
  = render "layouts/head"
  %body.gl-h-full{ data: body_data, class: system_message_class }
    = header_message
    = render 'peek/bar'
    = render 'layouts/published_experiments'
    = render "layouts/header/empty"
    .layout-page.gl-h-full.borderless.gl-display-flex.gl-flex-wrap
      .content-wrapper.gl-pt-6{ class: 'gl-md-pt-11!' }
        %div{ class: container_class }
          %main#content-body.content
            = render "layouts/flash" unless @hide_flash
            = yield
      = yield :footer
    = footer_message