summaryrefslogtreecommitdiff
path: root/app/views/shared/_no_ssh.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-27 09:31:15 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-27 09:31:15 +0300
commitf5551efdfd71c6aedb609093374a6c4dbed6a78b (patch)
tree226bcf5561a02cea3c1b95339f7063a389cb7bf4 /app/views/shared/_no_ssh.html.haml
parent70bf7f6e191c0e99ad03e1eec2ecbe2aae53fa09 (diff)
downloadgitlab-ce-f5551efdfd71c6aedb609093374a6c4dbed6a78b.tar.gz
Rewrite and improve git backend logic. Fix project movind. Raise exception to prevent unexpected issues
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 c75a1d93b70..4e643090904 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
- You won't be able to pull or push project code 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_key_path} to your profile