BigW Consortium Gitlab

devise.html.haml 1.12 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
    = Gon::Base.render_data
6
    = render "layouts/header/empty"
7 8
    = render "layouts/broadcast"
    .container.navless-container
9
      .content
10
        = render "layouts/flash"
11
        .row
12 13 14 15 16
          .col-sm-5.pull-right
            = yield
          .col-sm-7.brand-holder.pull-left
            %h1
              = brand_title
17
            - if brand_item
18 19
              = brand_image
              = brand_text
20
            - else
21
              %h3 Open source software to collaborate on code
22

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

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

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