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

27 lines
632 B
Text
Raw Normal View History

2012-02-09 02:59:04 -05:00
!!! 5
%html{ lang: "en"}
2012-02-09 02:59:04 -05:00
= render "layouts/head"
%body.ui_basic.login-page
= render "layouts/flash"
.container
.content
.login-title
%h1= brand_title
%hr
.container
.content
.row
.col-md-7
.brand-image
= brand_image
.brand_text
= brand_text
.col-md-5
= yield
%hr
.container
.footer-links
= link_to "Explore public projects", public_projects_path
= link_to "Documentation", "http://doc.gitlab.com/"
= link_to "About GitLab", "https://about.gitlab.com/"