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"
|
2015-12-03 12:51:44 -05:00
|
|
|
%body.ui_charcoal.login-page.application.navless
|
2015-06-01 11:09:30 -04:00
|
|
|
= render "layouts/header/empty"
|
2015-01-07 20:07:36 -05:00
|
|
|
= render "layouts/broadcast"
|
|
|
|
.container.navless-container
|
2013-12-16 14:11:52 -05:00
|
|
|
.content
|
2015-01-16 19:01:15 -05:00
|
|
|
= render "layouts/flash"
|
2015-12-03 12:51:44 -05:00
|
|
|
.row
|
2015-01-07 20:07:36 -05:00
|
|
|
.col-sm-5.pull-right
|
|
|
|
= yield
|
|
|
|
.col-sm-7.brand-holder.pull-left
|
|
|
|
%h1
|
|
|
|
= brand_title
|
2014-07-13 13:56:29 -04:00
|
|
|
- if brand_item
|
2015-01-07 20:07:36 -05:00
|
|
|
= brand_image
|
|
|
|
= brand_text
|
2014-07-13 13:56:29 -04:00
|
|
|
- else
|
2015-01-07 20:07:36 -05:00
|
|
|
%h3 Open source software to collaborate on code
|
2014-07-13 13:56:29 -04:00
|
|
|
|
2015-01-07 20:07:36 -05: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.
|
|
|
|
|
2015-01-08 12:53:35 -05:00
|
|
|
- if extra_sign_in_text.present?
|
|
|
|
= markdown(extra_sign_in_text)
|
2014-07-13 13:56:29 -04:00
|
|
|
|
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
|
2015-09-08 09:42:39 -04:00
|
|
|
= link_to "Help", help_path
|
2014-07-11 10:37:20 -04:00
|
|
|
= link_to "About GitLab", "https://about.gitlab.com/"
|