summaryrefslogtreecommitdiff
path: root/app/views/layouts/devise_empty.html.haml
blob: 663e5b24368f248d56684cc9d944ae105cdbb83b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
!!! 5
%html{ lang: "en", class: system_message_class }
  = render "layouts/head"
  %body.ui-indigo.login-page.application.navless
    = render "layouts/header/empty"
    = render "layouts/broadcast"
    .container.navless-container
      .content
        = render "layouts/flash"
        = yield

    %hr
    .container
      .footer-links
        = link_to _("Explore"), explore_root_path
        = link_to _("Help"), help_path
        = link_to _("About GitLab"), "https://about.gitlab.com/"