Commit 7660290b37c6d468ce6db4d46e811ef140782901

Authored by Dmitriy Zaporozhets
2 parents aedb2011 513dbdbf

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 10 %p.light
11 11 GitLab is open source software to collaborate on code.
12 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 14 %hr
15 15 .container
16 16 .content
... ...