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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-24 13:27:25 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-09-24 13:27:25 +0400
commite894e3eea505ebd675b90c3c53382fd8f273ced8 (patch)
tree5a26549a0ea1e3bbf393681161a1ff82b537dbeb /app/views/layouts/devise.html.haml
parent9587506124f2a36f9b844da2c9fe17a26fe1daa9 (diff)
Restyle sign-in page. Mention public projects
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