summaryrefslogtreecommitdiff
path: root/app/views/errors
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-08-29 00:44:26 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-08-29 00:44:26 +0300
commitb03ee4666bc5dfa3c509768918cbc8a477d24efb (patch)
tree8df629e9b0a1fd42a04861cb7c2f3906fa53cbf5 /app/views/errors
parentc48c0f95b279e3fdaf0764d48711304beaa8ace8 (diff)
downloadgitlab-ce-b03ee4666bc5dfa3c509768918cbc8a477d24efb.tar.gz
Handle invalid ssh exception
Diffstat (limited to 'app/views/errors')
-rw-r--r--app/views/errors/invalid_ssh_key.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/errors/invalid_ssh_key.html.haml b/app/views/errors/invalid_ssh_key.html.haml
new file mode 100644
index 00000000000..fb7922b0ea3
--- /dev/null
+++ b/app/views/errors/invalid_ssh_key.html.haml
@@ -0,0 +1,3 @@
+%h1 Git Error
+%hr
+%p Seems like SSH Key you provided is not a valid SSH key.