-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
54 additions
and
1,713 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
class ErrorsController < ApplicationController | ||
def not_found | ||
render status: :not_found | ||
end | ||
|
||
def internal_error | ||
render status: :internal_server_error | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<div class="govuk-width-container"> | ||
<main class="govuk-main-wrapper" id="main-content" role="main"> | ||
<h1 class="govuk-heading-l">Sorry, there is a problem with the service</h1> | ||
<p>Please contact<br><a href="mailto:[email protected]?subject=500 error report">[email protected]</a> with the details to report this issue.</p> | ||
</main> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<div class="govuk-width-container"> | ||
<main class="govuk-main-wrapper" id="main-content" role="main"> | ||
<h1 class="govuk-heading-l">Page not found</h1> | ||
<p class="govuk-body">If you typed the web address, check it is correct.</p> | ||
<p class="govuk-body">If you pasted the web address, check you copied the entire address.</p> | ||
<p class="govuk-body">If the web address is correct or you selected a link or button, please contact <a href="mailto:[email protected]" class="govuk-link">[email protected]</a> with the details to report this issue.</p> | ||
</main> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.