gitlab-org--gitlab-foss/app/views/layouts/devise.html.haml

37 lines
1.2 KiB
Plaintext
Raw Normal View History

2012-02-09 07:59:04 +00:00
!!! 5
%html{ lang: "en"}
2012-02-09 07:59:04 +00:00
= render "layouts/head"
2015-01-08 01:07:36 +00:00
%body.ui_mars.login-page.application
= render "layouts/broadcast"
= render "layouts/public_head_panel", title: ''
.container.navless-container
.content
2015-01-08 01:07:36 +00:00
- unless redirect_from_root?
= render "layouts/flash"
.row.prepend-top-20
.col-sm-5.pull-right
= yield
.col-sm-7.brand-holder.pull-left
%h1
= brand_title
- if brand_item
2015-01-08 01:07:36 +00:00
= brand_image
= brand_text
- else
2015-01-08 01:07:36 +00:00
%h3 Open source software to collaborate on code
2015-01-08 01:07:36 +00:00
%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.
- if extra_sign_in_text.present?
= markdown(extra_sign_in_text)
%hr
.container
.footer-links
= link_to "Explore", explore_root_path
= link_to "Documentation", "http://doc.gitlab.com/"
= link_to "About GitLab", "https://about.gitlab.com/"