diff options
author | Bryce Johnson <bryce@gitlab.com> | 2016-10-13 17:50:35 +0200 |
---|---|---|
committer | Bryce Johnson <bryce@gitlab.com> | 2016-10-15 08:28:55 +0200 |
commit | 75962a2ddd320fa03fc18d04861b42342c91a978 (patch) | |
tree | c94951c4ec1146e06f12313d92f50468e66493e1 /app | |
parent | 716406bc71fc3866588ccca8c132060d4f33e53e (diff) | |
download | gitlab-ce-75962a2ddd320fa03fc18d04861b42342c91a978.tar.gz |
Clean up stray Sign up ref.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/notes/_notes_with_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/_notes_with_form.html.haml b/app/views/projects/notes/_notes_with_form.html.haml index 8352eba7446..00b62a595ff 100644 --- a/app/views/projects/notes/_notes_with_form.html.haml +++ b/app/views/projects/notes/_notes_with_form.html.haml @@ -14,7 +14,7 @@ .disabled-comment.text-center .disabled-comment-text.inline Please - = link_to "sign up", new_session_path(:user, redirect_to_referer: 'yes') + = link_to "register", new_session_path(:user, redirect_to_referer: 'yes') or = link_to "sign in", new_session_path(:user, redirect_to_referer: 'yes') to post a comment |