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: c9b208de4775b1f2504aadfd9ff9e18d95ebf184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- 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-11
        .alert-wrapper.gl-force-block-formatting-context
          = render "layouts/broadcast"
        .limit-container-width{ class: container_class }
          %main#content-body.content
            = yield
    = footer_message