2012-02-09 02:59:04 -05:00
!!! 5
2018-04-02 10:27:12 -04:00
%html.devise-layout-html{ class: system_message_class }
2012-02-09 02:59:04 -05:00
= render "layouts/head"
2019-09-02 03:14:13 -04:00
%body.ui-indigo.login-page.application.navless{ class: "#{client_class_list}", data: { page: body_data_page, qa_selector: 'login_page' } }
2018-04-02 10:26:59 -04:00
= header_message
2019-09-02 03:14:13 -04:00
= render "layouts/init_client_detection_flags"
2016-09-09 08:21:00 -04:00
.page-wrap
= render "layouts/header/empty"
2017-11-28 00:19:55 -05:00
.login-page-broadcast
= render "layouts/broadcast"
2016-09-09 08:21:00 -04:00
.container.navless-container
.content
= render "layouts/flash"
2019-05-16 09:14:13 -04:00
.row.mt-3
.col-sm-12
%h1.mb-3.font-weight-normal
2016-09-09 08:21:00 -04:00
= brand_title
2019-05-16 09:14:13 -04:00
.row.mb-3
.col-sm-7.order-12.order-sm-1.brand-holder
2018-02-02 02:04:02 -05:00
= brand_image
2018-04-02 10:27:12 -04:00
- if current_appearance&.description?
2016-09-09 08:21:00 -04:00
= brand_text
- else
2019-05-16 09:14:13 -04:00
%h3.mt-sm-0
2018-06-13 02:30:40 -04:00
= _('Open source software to collaborate on code')
2014-07-13 13:56:29 -04:00
2016-09-09 08:21:00 -04:00
%p
2018-06-13 02:30:40 -04:00
= _('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-07 20:07:36 -05:00
2018-02-02 13:39:55 -05:00
- if Gitlab::CurrentSettings.sign_in_text.present?
= markdown_field(Gitlab::CurrentSettings.current_application_settings, :sign_in_text)
2019-05-08 01:26:10 -04:00
= render_if_exists 'layouts/devise_help_text'
2019-05-16 09:14:13 -04:00
.col-sm-5.order-1.order-sm-12.new-session-forms-container
2018-04-10 16:51:37 -04:00
= yield
2014-07-13 13:56:29 -04:00
2016-09-09 08:21:00 -04:00
%hr.footer-fixed
.container.footer-container
.footer-links
2018-06-13 02:30:40 -04:00
= link_to _("Explore"), explore_root_path
= link_to _("Help"), help_path
= link_to _("About GitLab"), "https://about.gitlab.com/"
2018-04-02 10:26:59 -04:00
= footer_message