BigW Consortium Gitlab

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

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

29 30
              - if current_application_settings.sign_in_text.present?
                = markdown_field(current_application_settings, :sign_in_text)
31

32 33 34 35 36 37
      %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/"