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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-24 19:26:57 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-24 19:26:57 +0400
commitafc9d548198ac2b405fbf3a268cdc0c2ffd35995 (patch)
tree73c28d6ce4f3c4a434aaee8908c0182dd952f998 /app/views/shared/_no_ssh.html.haml
parent3e09e6f7b8032859a82266282dfd35715b3b3727 (diff)
Fix new ssh key link from shared partial
Diffstat (limited to 'app/views/shared/_no_ssh.html.haml')
-rw-r--r--app/views/shared/_no_ssh.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_no_ssh.html.haml b/app/views/shared/_no_ssh.html.haml
index 5fdcea850b2..f8c2ea1eed3 100644
--- a/app/views/shared/_no_ssh.html.haml
+++ b/app/views/shared/_no_ssh.html.haml
@@ -1,3 +1,3 @@
- if current_user.require_ssh_key?
%p.error_message.centered
- You won't be able to pull or push project code via SSH until you #{link_to 'add an SSH key', new_key_path} to your profile
+ You won't be able to pull or push project code via SSH until you #{link_to 'add an SSH key', new_profile_key_path} to your profile