X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/783b5e3729228908d7404ae7404af1023501a906..b42d48ff65b10ae51696e38e4fa8f969c7a3710c:/app/views/errors/internal_server_error.html.erb diff --git a/app/views/errors/internal_server_error.html.erb b/app/views/errors/internal_server_error.html.erb index a2b1ba6f7..036517bdd 100644 --- a/app/views/errors/internal_server_error.html.erb +++ b/app/views/errors/internal_server_error.html.erb @@ -1,4 +1,3 @@ -
The OpenStreetMap server encountered an unexpected condition that prevented it from fulfilling the request (HTTP 500)
-Feel free to contact the OpenStreetMap community if your problem persists. Make a note of the exact URL / post data of your request.
-This may be a problem in our Ruby On Rails code. 500 occurs with exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code)
+<%= t ".description" %>
+<%= render :partial => "contact" %>