diff options
| author | randx <dmitriy.zaporozhets@gmail.com> | 2012-08-29 00:44:26 +0300 |
|---|---|---|
| committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-08-29 00:44:26 +0300 |
| commit | b03ee4666bc5dfa3c509768918cbc8a477d24efb (patch) | |
| tree | 8df629e9b0a1fd42a04861cb7c2f3906fa53cbf5 /app/views/errors | |
| parent | c48c0f95b279e3fdaf0764d48711304beaa8ace8 (diff) | |
| download | gitlab-ce-b03ee4666bc5dfa3c509768918cbc8a477d24efb.tar.gz | |
Handle invalid ssh exception
Diffstat (limited to 'app/views/errors')
| -rw-r--r-- | app/views/errors/invalid_ssh_key.html.haml | 3 |
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. |
