Commit e894e3eea505ebd675b90c3c53382fd8f273ced8
1 parent
95875061
Exists in
master
and in
4 other branches
Restyle sign-in page. Mention public projects
Showing
3 changed files
with
9 additions
and
3 deletions
Show diff stats
app/assets/images/login-logo.png
9.97 KB
app/assets/stylesheets/sections/login.scss
app/views/layouts/devise.html.haml
@@ -6,5 +6,10 @@ | @@ -6,5 +6,10 @@ | ||
6 | .container | 6 | .container |
7 | .content | 7 | .content |
8 | %center | 8 | %center |
9 | - = image_tag image_path "login-logo.png" | 9 | + %h1 GitLab |
10 | + %p.light | ||
11 | + GitLab is open source software to collaborate on code. | ||
12 | + %br | ||
13 | + #{link_to "Sign in", new_user_session_path} or browse for #{link_to "public projects", public_projects_path}. | ||
14 | + %hr | ||
10 | = yield | 15 | = yield |