Files
gitlabhq/app/views/layouts/devise.html.haml
T
2013-11-01 15:06:29 +02:00

18 lines
491 B
Plaintext

!!! 5
%html{ lang: "en"}
= render "layouts/head"
%body.ui_basic.login-page
= render "layouts/flash"
.container
.content
%center
%h1 GitLab
%p.light
GitLab is open source software to collaborate on code.
%br
#{link_to "Sign in", new_user_session_path} or browse for #{link_to "public projects", public_projects_path}.
%hr
= yield
%center.prepend-top-20
%h6 Enterprise Edition