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

18 lines
417 B
Plaintext
Raw Normal View History

2012-02-09 07:59:04 +00:00
!!! 5
%html{ lang: "en"}
2012-02-09 07:59:04 +00:00
= render "layouts/head"
%body.ui_basic.login-page
= render "layouts/flash"
.container
.content
2013-06-20 08:32:59 +00:00
%center
%h1 GitLab
%p.light
GitLab is open source software to collaborate on code.
%br
Sign in or browse for #{link_to "public projects", public_projects_path}.
%hr
.container
.content
= yield