From: Andy Allan Date: Wed, 6 Mar 2019 09:54:13 +0000 (+0100) Subject: Whitespace fixes for errors erb files X-Git-Tag: live~2735^2~10 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/df495292376ecc893197bba7093bf2e558aad074?hp=e3470746bf98f7985d6176ffa85f99febc4b3c34 Whitespace fixes for errors erb files --- diff --git a/app/views/errors/forbidden.html.erb b/app/views/errors/forbidden.html.erb index 4c3fb30d2..6901ec1d5 100644 --- a/app/views/errors/forbidden.html.erb +++ b/app/views/errors/forbidden.html.erb @@ -1,3 +1,3 @@ -

Forbidden

+

Forbidden

The operation you requested on the OpenStreetMap server is only available to administrators (HTTP 403)

Feel free to contact the OpenStreetMap community if you have found a broken link / bug. Make a note of the exact URL of your request.

diff --git a/app/views/errors/not_found.html.erb b/app/views/errors/not_found.html.erb index 6ef39d0d5..bf4744b5a 100644 --- a/app/views/errors/not_found.html.erb +++ b/app/views/errors/not_found.html.erb @@ -1,3 +1,3 @@ -

File not found

+

File not found

Couldn't find a file/directory/API operation by that name on the OpenStreetMap server (HTTP 404)

Feel free to contact the OpenStreetMap community if you have found a broken link / bug. Make a note of the exact URL of your request.