X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/35c88713546d4c606e0aca9c4a4b3a63ae88759b..d06081a63ed8e6bfb2e05f087aada3ab2fb4c2b4:/app/views/browse/way.rhtml diff --git a/app/views/browse/way.rhtml b/app/views/browse/way.rhtml index c12a422cb..9a733bf9d 100644 --- a/app/views/browse/way.rhtml +++ b/app/views/browse/way.rhtml @@ -1,15 +1,24 @@ -
+ Way: <%= h(@name) %>+ |
+ + <%= render :partial => "navigation" %> + | +
+ <%= render :partial => "way_details", :object => @way %>
+ + <%= link_to "Download XML", :controller => "way", :action => "read" %> + or + <%= link_to "view history", :action => "way_history" %> + |
+ <%= render :partial => "map", :object => @way %>
+