summaryrefslogtreecommitdiff
path: root/app/views/errors/not_found.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-02-22 07:14:54 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-02-22 07:14:54 +0200
commit7d279f9302151e3c8f4c5df9c5200a72799409b9 (patch)
treeb5ba2552f6e75e964de7d194c2b6a0b536363589 /app/views/errors/not_found.html.haml
parent9e6d0710e927aa8ea834b8a9ae9f277be617ac7d (diff)
downloadgitlab-ce-7d279f9302151e3c8f4c5df9c5200a72799409b9.tar.gz
better error handling for not found resource, gitolite error
Diffstat (limited to 'app/views/errors/not_found.html.haml')
-rw-r--r--app/views/errors/not_found.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/errors/not_found.html.haml b/app/views/errors/not_found.html.haml
new file mode 100644
index 00000000000..9b76a9bf908
--- /dev/null
+++ b/app/views/errors/not_found.html.haml
@@ -0,0 +1,5 @@
+.alert-message.block-message.error
+ %h3 Not found
+ %hr
+ %p Resource you were looking for doesn't exist.
+ %P You may have mistyped the address or it was removed.