summaryrefslogtreecommitdiff
path: root/app/views/layouts/minimal.html.haml
blob: 83260377e72b17970be75fe4e0606679ad85ba67 (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.gl-pt-6{ class: 'gl-md-pt-11!' }
        .alert-wrapper.gl-force-block-formatting-context
          = render "layouts/broadcast"
        %div{ class: container_class }
          %main#content-body.content
            = render "layouts/flash" unless @hide_flash
            = yield
    = footer_message