X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/942e62117ff7f12d40618a94ea3f4e86f8cb25af..27159ebf6de4e1f6109d9a6ea31b32d6a9728b9b:/app/views/errors/internal_server_error.html.erb?ds=sidebyside 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" %>