From 821b2de67a214807397ccd360659fe6e3d56363a Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Thu, 8 Dec 2016 14:03:08 +0100 Subject: [PATCH] Remove rails code from static error pages --- server/sonar-web/src/main/webapp/401.html | 4 ---- server/sonar-web/src/main/webapp/404.html | 4 ---- server/sonar-web/src/main/webapp/500.html | 6 ------ 3 files changed, 14 deletions(-) diff --git a/server/sonar-web/src/main/webapp/401.html b/server/sonar-web/src/main/webapp/401.html index 81155ddfabf..412b24de4b2 100644 --- a/server/sonar-web/src/main/webapp/401.html +++ b/server/sonar-web/src/main/webapp/401.html @@ -37,10 +37,6 @@

Unauthorized access.

You haven't access to this page.

- -

- <%= link_to "Go back to the homepage", home_path %> -

diff --git a/server/sonar-web/src/main/webapp/404.html b/server/sonar-web/src/main/webapp/404.html index 1252f747a62..a03502e5e51 100644 --- a/server/sonar-web/src/main/webapp/404.html +++ b/server/sonar-web/src/main/webapp/404.html @@ -37,10 +37,6 @@

The page you were looking for doesn't exist.

You may have mistyped the address or the page may have moved.

- -

- <%= link_to "Go back to the homepage", home_path %> -

diff --git a/server/sonar-web/src/main/webapp/500.html b/server/sonar-web/src/main/webapp/500.html index c60b0501e27..cd2bc87f2dc 100644 --- a/server/sonar-web/src/main/webapp/500.html +++ b/server/sonar-web/src/main/webapp/500.html @@ -36,12 +36,6 @@

Please try back in a few minutes and contact support if the problem persists.

- -

- -

-- 2.39.5