gitlab-org--gitlab-foss/app/views/layouts/devise.html.haml

38 lines
1.4 KiB
Text
Raw Normal View History

2012-02-09 02:59:04 -05:00
!!! 5
%html.devise-layout-html{ class: system_message_class }
2012-02-09 02:59:04 -05:00
= render "layouts/head"
%body.ui_indigo.login-page.application.navless{ data: { page: body_data_page } }
.page-wrap
= render "layouts/header/empty"
.login-page-broadcast
= render "layouts/broadcast"
.container.navless-container
.content
= render "layouts/flash"
.row
.col-sm-5.float-right.new-session-forms-container
= yield
2018-04-09 13:36:21 -04:00
.col-sm-7.brand-holder.float-left
%h1
= brand_title
2018-02-02 02:04:02 -05:00
= brand_image
- if current_appearance&.description?
= brand_text
- else
%h3 Open source software to collaborate on code
%p
2016-10-10 10:35:27 -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
- if Gitlab::CurrentSettings.sign_in_text.present?
= markdown_field(Gitlab::CurrentSettings.current_application_settings, :sign_in_text)
%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/"