summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-10-13 17:50:35 +0200
committerBryce Johnson <bryce@gitlab.com>2016-10-15 08:28:55 +0200
commit75962a2ddd320fa03fc18d04861b42342c91a978 (patch)
treec94951c4ec1146e06f12313d92f50468e66493e1 /app
parent716406bc71fc3866588ccca8c132060d4f33e53e (diff)
downloadgitlab-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.haml2
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