]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/errors/forbidden.html.erb
Add element list item helper
[rails.git] / app / views / errors / forbidden.html.erb
index 6901ec1d59fe2716693d60ae5e938f3f217a5df6..036517bddc65d90d570fefc4ba4df62f5af80391 100644 (file)
@@ -1,3 +1,3 @@
-<h1>Forbidden</h1>
-<p>The operation you requested on the OpenStreetMap server is only available to administrators (HTTP 403)</p>
-<p>Feel free to <a href="http://wiki.openstreetmap.org/wiki/Contact" title="Various contact channels explained">contact</a> the OpenStreetMap community if you have found a broken link / bug. Make a note of the exact URL of your request.</p>
+<h1><%= t ".title" %></h1>
+<p><%= t ".description" %></p>
+<%= render :partial => "contact" %>