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

36 lines
1.1 KiB
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
!!! 5
%html{ lang: "en"}
= render "layouts/head"
2015-09-11 14:41:01 +05:30
%body.ui_charcoal.login-page.application
= 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"
.row.prepend-top-20
.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
= link_to "Documentation", "http://doc.gitlab.com/"
= link_to "About GitLab", "https://about.gitlab.com/"