devise.html.haml 1.14 KB
Newer Older
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
1
!!! 5
2
%html{ lang: "en"}
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
3
  = render "layouts/head"
4 5 6 7
  %body.ui_mars.login-page.application
    = render "layouts/broadcast"
    = render "layouts/public_head_panel", title: ''
    .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
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
33
        = link_to "Explore", explore_root_path
34 35
        = link_to "Documentation", "http://doc.gitlab.com/"
        = link_to "About GitLab", "https://about.gitlab.com/"