2012-02-09 02:59:04 -05:00
|
|
|
!!! 5
|
2012-08-10 18:07:50 -04:00
|
|
|
%html{ lang: "en"}
|
2012-02-09 02:59:04 -05:00
|
|
|
= render "layouts/head"
|
2012-02-26 17:21:53 -05:00
|
|
|
%body.ui_basic.login-page
|
2013-02-28 04:06:52 -05:00
|
|
|
.container
|
|
|
|
.content
|
2014-07-11 08:05:40 -04:00
|
|
|
.login-title
|
|
|
|
%h1= brand_title
|
2013-12-16 14:11:52 -05:00
|
|
|
%hr
|
|
|
|
.container
|
|
|
|
.content
|
2014-09-25 11:00:21 -04:00
|
|
|
= render "layouts/flash"
|
2014-07-11 08:05:40 -04:00
|
|
|
.row
|
2014-08-15 10:52:20 -04:00
|
|
|
.col-md-7.brand-holder
|
2014-07-13 13:56:29 -04:00
|
|
|
- if brand_item
|
|
|
|
.brand-image
|
|
|
|
= brand_image
|
|
|
|
.brand_text
|
|
|
|
= brand_text
|
|
|
|
- else
|
2014-08-13 12:35:49 -04:00
|
|
|
.brand-image.default-brand-image.hidden-sm.hidden-xs
|
2014-07-13 13:56:29 -04:00
|
|
|
= image_tag 'brand_logo.png'
|
|
|
|
.brand_text.hidden-xs
|
|
|
|
%h2 Open source software to collaborate on code
|
|
|
|
|
|
|
|
%p.lead
|
|
|
|
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.
|
|
|
|
|
2014-07-11 08:10:57 -04:00
|
|
|
.col-md-5
|
2014-07-11 08:05:40 -04:00
|
|
|
= yield
|
2014-07-11 10:37:20 -04:00
|
|
|
%hr
|
|
|
|
.container
|
|
|
|
.footer-links
|
2014-07-23 05:03:49 -04:00
|
|
|
= link_to "Explore", explore_root_path
|
2014-07-11 10:37:20 -04:00
|
|
|
= link_to "Documentation", "http://doc.gitlab.com/"
|
|
|
|
= link_to "About GitLab", "https://about.gitlab.com/"
|