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>2012-09-07 09:16:29 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-09-07 09:16:29 +0400
commit79021e674bab1d34609228343fbf3403d9bd9bc6 (patch)
tree9a700d8521ab105532f483bb84450a51a8bcb1f2 /app/views/errors
parent137594dd08e739a68af656d697a5b8c6be23854f (diff)
Split gitolite backend. Use gitolite_config methods moved to separate class
Diffstat (limited to 'app/views/errors')
-rw-r--r--app/views/errors/invalid_ssh_key.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/errors/invalid_ssh_key.html.haml b/app/views/errors/invalid_ssh_key.html.haml
deleted file mode 100644
index fb7922b0ea3..00000000000
--- a/app/views/errors/invalid_ssh_key.html.haml
+++ /dev/null
@@ -1,3 +0,0 @@
-%h1 Git Error
-%hr
-%p Seems like SSH Key you provided is not a valid SSH key.