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: b5cb8f2af379dc29c8d5d1ce5d2b46d70b6d3778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- page_classes = page_class.push(@html_class).flatten.compact

!!! 5
%html{ lang: I18n.locale, class: page_classes }
  = render "layouts/head"
  %body{ data: body_data }
    = header_message
    = render 'peek/bar'
    = render "layouts/header/empty"
    .layout-page
      .content-wrapper.content-wrapper-margin.gl-pt-6{ class: 'gl-md-pt-11!' }
        .alert-wrapper.gl-force-block-formatting-context
          = render "layouts/broadcast"
        .limit-container-width{ class: container_class }
          %main#content-body.content
            = render "layouts/flash" unless @hide_flash
            = yield
    = footer_message