devise.html.haml 1.1 KB
Newer Older
D
Dmitriy Zaporozhets 已提交
1
!!! 5
2
%html{ lang: "en"}
D
Dmitriy Zaporozhets 已提交
3
  = render "layouts/head"
4
  %body.ui_charcoal.login-page.application
D
Dmitriy Zaporozhets 已提交
5
    = render "layouts/header/empty"
6 7
    = render "layouts/broadcast"
    .container.navless-container
8
      .content
9
        = render "layouts/flash"
10 11 12 13 14 15
        .row.prepend-top-20
          .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
D
Dmitriy Zaporozhets 已提交
33
        = link_to "Explore", explore_root_path
34 35
        = link_to "Documentation", "http://doc.gitlab.com/"
        = link_to "About GitLab", "https://about.gitlab.com/"