2014-09-02 18:07:02 +05:30
|
|
|
!!! 5
|
|
|
|
%html{ lang: "en"}
|
|
|
|
= render "layouts/head"
|
2015-12-23 02:04:40 +05:30
|
|
|
%body.ui_charcoal.login-page.application.navless
|
2016-06-16 23:09:34 +05:30
|
|
|
= Gon::Base.render_data
|
2015-09-11 14:41:01 +05:30
|
|
|
= render "layouts/header/empty"
|
2015-04-26 12:48:37 +05:30
|
|
|
= render "layouts/broadcast"
|
|
|
|
.container.navless-container
|
2014-09-02 18:07:02 +05:30
|
|
|
.content
|
2015-04-26 12:48:37 +05:30
|
|
|
= render "layouts/flash"
|
2015-12-23 02:04:40 +05:30
|
|
|
.row
|
2015-04-26 12:48:37 +05:30
|
|
|
.col-sm-5.pull-right
|
|
|
|
= yield
|
|
|
|
.col-sm-7.brand-holder.pull-left
|
|
|
|
%h1
|
|
|
|
= brand_title
|
2014-09-02 18:07:02 +05:30
|
|
|
- if brand_item
|
2015-04-26 12:48:37 +05:30
|
|
|
= brand_image
|
|
|
|
= brand_text
|
2014-09-02 18:07:02 +05:30
|
|
|
- else
|
2015-04-26 12:48:37 +05:30
|
|
|
%h3 Open source software to collaborate on code
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
%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)
|
2014-09-02 18:07:02 +05:30
|
|
|
|
|
|
|
%hr
|
|
|
|
.container
|
|
|
|
.footer-links
|
|
|
|
= link_to "Explore", explore_root_path
|
2015-09-25 12:07:36 +05:30
|
|
|
= link_to "Help", help_path
|
2014-09-02 18:07:02 +05:30
|
|
|
= link_to "About GitLab", "https://about.gitlab.com/"
|