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:
Diffstat (limited to 'app/views/errors')
-rw-r--r--app/views/errors/access_denied.html.haml5
-rw-r--r--app/views/errors/encoding.html.haml4
-rw-r--r--app/views/errors/git_not_found.html.haml6
-rw-r--r--app/views/errors/not_found.html.haml4
-rw-r--r--app/views/errors/omniauth_error.html.haml12
5 files changed, 0 insertions, 31 deletions
diff --git a/app/views/errors/access_denied.html.haml b/app/views/errors/access_denied.html.haml
deleted file mode 100644
index a1d8664c4ce..00000000000
--- a/app/views/errors/access_denied.html.haml
+++ /dev/null
@@ -1,5 +0,0 @@
-%h1 403
-%h3 Access Denied
-%hr
-%p You are not allowed to access this page.
-%p Read more about project permissions #{link_to "here", help_page_path("permissions", "permissions"), class: "vlink"}
diff --git a/app/views/errors/encoding.html.haml b/app/views/errors/encoding.html.haml
deleted file mode 100644
index 64c7451a8da..00000000000
--- a/app/views/errors/encoding.html.haml
+++ /dev/null
@@ -1,4 +0,0 @@
-%h1 500
-%h3 Encoding Error
-%hr
-%p Page can't be loaded because of an encoding error.
diff --git a/app/views/errors/git_not_found.html.haml b/app/views/errors/git_not_found.html.haml
deleted file mode 100644
index 189e53bca55..00000000000
--- a/app/views/errors/git_not_found.html.haml
+++ /dev/null
@@ -1,6 +0,0 @@
-%h1 404
-%h3 Git Resource Not found
-%hr
-%p
- Application can't get access to some branch or commit in your repository. It
- may have been moved.
diff --git a/app/views/errors/not_found.html.haml b/app/views/errors/not_found.html.haml
deleted file mode 100644
index 7bf88f592cf..00000000000
--- a/app/views/errors/not_found.html.haml
+++ /dev/null
@@ -1,4 +0,0 @@
-%h1 404
-%h3 The resource you were looking for doesn't exist.
-%hr
-%p You may have mistyped the address or the page may have moved.
diff --git a/app/views/errors/omniauth_error.html.haml b/app/views/errors/omniauth_error.html.haml
deleted file mode 100644
index f3c8221a9d9..00000000000
--- a/app/views/errors/omniauth_error.html.haml
+++ /dev/null
@@ -1,12 +0,0 @@
-%h1 422
-%h3 Sign-in using #{@provider} auth failed
-%hr
-%p Sign-in failed because #{@error}.
-%p There are couple of steps you can take:
-
-%ul
- %li Try logging in using your email
- %li Try logging in using your username
- %li If you have forgotten your password, try recovering it using #{ link_to "Password recovery", new_password_path(resource_name) }
-
-%p If none of the options work, try contacting the GitLab administrator.