summaryrefslogtreecommitdiff
path: root/app/views/layouts/devise.html.haml
blob: 82ca725242432ec69b423590446591f3d1ebec26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
!!! 5
%html.devise-layout-html{ class: system_message_class }
  = render "layouts/head"
  %body.ui_indigo.login-page.application.navless{ data: { page: body_data_page } }
    .page-wrap
      = render "layouts/header/empty"
      .login-page-broadcast
        = render "layouts/broadcast"
      .container.navless-container
        .content
          = render "layouts/flash"
          .row
            .col-sm-7.brand-holder
              %h1
                = brand_title
              = brand_image
              - if current_appearance&.description?
                = brand_text
              - else
                %h3 Open source software to collaborate on code

                %p
                  Manage Git repositories with fine-grained access controls that keep your code secure.
                  Perform code reviews and enhance collaboration with merge requests.
                  Each project can also have an issue tracker and a wiki.

              - if Gitlab::CurrentSettings.sign_in_text.present?
                = markdown_field(Gitlab::CurrentSettings.current_application_settings, :sign_in_text)
            .col-sm-5.new-session-forms-container
              = yield

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