28e1739a3f
remove EE specific code remove EE licence checks move migration from EE to CE folder structure move specs from EE to CE folder structure remove EE specific flag specs
38 lines
1.5 KiB
Text
38 lines
1.5 KiB
Text
!!! 5
|
|
%html.devise-layout-html{ class: system_message_class }
|
|
= render "layouts/head"
|
|
%body.ui-indigo.login-page.application.navless.qa-login-page{ data: { page: body_data_page } }
|
|
= header_message
|
|
.page-wrap
|
|
= render "layouts/header/empty"
|
|
.login-page-broadcast
|
|
= render "layouts/broadcast"
|
|
.container.navless-container
|
|
.content
|
|
= render "layouts/flash"
|
|
.row.append-bottom-15
|
|
.col-sm-7.brand-holder
|
|
%h1
|
|
= brand_title
|
|
= brand_image
|
|
- if current_appearance&.description?
|
|
= brand_text
|
|
- else
|
|
%h3
|
|
= _('Open source software to collaborate on code')
|
|
|
|
%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 Gitlab::CurrentSettings.sign_in_text.present?
|
|
= markdown_field(Gitlab::CurrentSettings.current_application_settings, :sign_in_text)
|
|
.col-sm-5.new-session-forms-container
|
|
= yield
|
|
|
|
%hr.footer-fixed
|
|
.container.footer-container
|
|
.footer-links
|
|
= link_to _("Explore"), explore_root_path
|
|
= link_to _("Help"), help_path
|
|
= link_to _("About GitLab"), "https://about.gitlab.com/"
|
|
= footer_message
|