From c3cecfbd62d190d29dd77c0347e49794d13aea87 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 29 Jul 2025 13:35:43 -0500 Subject: [PATCH] Remove unused classes --- app/views/errors/bad_request.html.erb | 2 +- app/views/errors/internal_server_error.html.erb | 2 +- app/views/errors/not_acceptable.html.erb | 2 +- app/views/errors/not_found.html.erb | 2 +- app/views/errors/unprocessable_entity.html.erb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/errors/bad_request.html.erb b/app/views/errors/bad_request.html.erb index 19e31fe91..00264d09d 100644 --- a/app/views/errors/bad_request.html.erb +++ b/app/views/errors/bad_request.html.erb @@ -1,5 +1,5 @@
-

400

+

400

Bad request


Your request could not be understood by the server.
diff --git a/app/views/errors/internal_server_error.html.erb b/app/views/errors/internal_server_error.html.erb index 1f7802f17..6882a9888 100644 --- a/app/views/errors/internal_server_error.html.erb +++ b/app/views/errors/internal_server_error.html.erb @@ -1,5 +1,5 @@
-

500

+

500

Internal server error


Something went wrong on our end; please try again later.
diff --git a/app/views/errors/not_acceptable.html.erb b/app/views/errors/not_acceptable.html.erb index 976cc0d89..6b85332ac 100644 --- a/app/views/errors/not_acceptable.html.erb +++ b/app/views/errors/not_acceptable.html.erb @@ -1,5 +1,5 @@
-

406

+

406

Not acceptable


The requested resource is not available in a format acceptable to your browser.
diff --git a/app/views/errors/not_found.html.erb b/app/views/errors/not_found.html.erb index f3e9f5e23..6bc003c71 100644 --- a/app/views/errors/not_found.html.erb +++ b/app/views/errors/not_found.html.erb @@ -1,5 +1,5 @@
-

404

+

404

Sorry, that page doesn’t exist!


You may have mistyped the address or the page may have moved.
diff --git a/app/views/errors/unprocessable_entity.html.erb b/app/views/errors/unprocessable_entity.html.erb index 2e6d18d0d..9c904db6d 100644 --- a/app/views/errors/unprocessable_entity.html.erb +++ b/app/views/errors/unprocessable_entity.html.erb @@ -1,5 +1,5 @@
-

422

+

422

Unprocessable entity


The server understands the request but was unable to process it.