BigW Consortium Gitlab

devise.html.haml 1.1 KB
Newer Older
Dmitriy Zaporozhets committed
1
!!! 5
2
%html{ lang: "en"}
Dmitriy Zaporozhets committed
3
  = render "layouts/head"
4
  %body.ui_charcoal.login-page.application.navless
5
    = render "layouts/header/empty"
6 7
    = render "layouts/broadcast"
    .container.navless-container
8
      .content
9
        = render "layouts/flash"
10
        .row
11 12 13 14 15
          .col-sm-5.pull-right
            = yield
          .col-sm-7.brand-holder.pull-left
            %h1
              = brand_title
16
            - if brand_item
17 18
              = brand_image
              = brand_text
19
            - else
20
              %h3 Open source software to collaborate on code
21

22 23 24 25 26
              %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.

27 28
            - if extra_sign_in_text.present?
              = markdown(extra_sign_in_text)
29

30 31 32
    %hr
    .container
      .footer-links
33
        = link_to "Explore", explore_root_path
34
        = link_to "Help", help_path
35
        = link_to "About GitLab", "https://about.gitlab.com/"