Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 0fa36211739..c4729836faa 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -6,5 +6,10 @@
.container
.content
%center
- = image_tag image_path "login-logo.png"
+ %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