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

devise_empty.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ac80a5aba3fd5b1a6dbd4f5379a45a452c35fdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
!!! 5
%html{ lang: "en", class: system_message_class }
  = render "layouts/head"
  %body.ui-indigo.login-page.application.navless{ class: "#{client_class_list}" }
    = header_message
    = render "layouts/init_client_detection_flags"
    = render "layouts/header/empty"
    = render "layouts/broadcast"
    .container.navless-container
      .content
        = render "layouts/flash"
        = yield

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