Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Walker <brett@digitalmoksha.com>2017-12-05 12:01:46 +0300
committerDouwe Maan <douwe@gitlab.com>2017-12-05 12:01:46 +0300
commitb0e2e21b7db5cc80f6a17b19354e91dd7fcf6c8c (patch)
treeadd3ed93627545152193d033d369335e56903f54 /app/views/errors
parent61392168a0265e6c54cbccc6b7529822b123ff5b (diff)
remove ambiguity about which resource type to be using for new sessions
Diffstat (limited to 'app/views/errors')
-rw-r--r--app/views/errors/omniauth_error.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/errors/omniauth_error.html.haml b/app/views/errors/omniauth_error.html.haml
index 20b7fa471a0..a2a4c75daad 100644
--- a/app/views/errors/omniauth_error.html.haml
+++ b/app/views/errors/omniauth_error.html.haml
@@ -9,7 +9,7 @@
%p Try logging in using your username or email. If you have forgotten your password, try recovering it
= link_to "Sign in", new_session_path(:user), class: 'btn primary'
- = link_to "Recover password", new_password_path(resource_name), class: 'btn secondary'
+ = link_to "Recover password", new_password_path(:user), class: 'btn secondary'
%hr
%p.light If none of the options work, try contacting a GitLab administrator.