debian-mirror-gitlab/app/views/layouts/devise.html.haml

37 lines
1.3 KiB
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
!!! 5
2017-08-17 22:00:37 +05:30
%html.devise-layout-html
2014-09-02 18:07:02 +05:30
= render "layouts/head"
2017-08-17 22:00:37 +05:30
%body.ui_charcoal.login-page.application.navless{ data: { page: body_data_page } }
2016-11-03 12:29:30 +05:30
.page-wrap
= render "layouts/header/empty"
= render "layouts/broadcast"
.container.navless-container
.content
= render "layouts/flash"
.row
.col-sm-5.pull-right.new-session-forms-container
= yield
.col-sm-7.brand-holder.pull-left
%h1
= brand_title
- if brand_item
= brand_image
= brand_text
- else
%h3 Open source software to collaborate on code
2014-09-02 18:07:02 +05:30
2016-11-03 12:29:30 +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.
2015-04-26 12:48:37 +05:30
2017-08-17 22:00:37 +05:30
- if current_application_settings.sign_in_text.present?
= markdown_field(current_application_settings, :sign_in_text)
2014-09-02 18:07:02 +05:30
2016-11-03 12:29:30 +05:30
%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/"