Commit 7660290b37c6d468ce6db4d46e811ef140782901
Exists in
spb-stable
and in
2 other branches
Merge pull request #6892 from cirosantilli/remove-signin-link-front-page
Remove redundant signin link from signin page.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/layouts/devise.html.haml
@@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
10 | %p.light | 10 | %p.light |
11 | GitLab is open source software to collaborate on code. | 11 | GitLab is open source software to collaborate on code. |
12 | %br | 12 | %br |
13 | - #{link_to "Sign in", new_user_session_path} or browse for #{link_to "public projects", public_projects_path}. | 13 | + Sign in or browse for #{link_to "public projects", public_projects_path}. |
14 | %hr | 14 | %hr |
15 | .container | 15 | .container |
16 | .content | 16 | .content |