X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/960d13488a875245570ee498ee9a1ed7cac37bbe..62b6d159672ad29344c7b7074a37d23b16dbb5d9:/app/views/browse/way.rhtml diff --git a/app/views/browse/way.rhtml b/app/views/browse/way.rhtml index e1c306071..2e86e65f2 100644 --- a/app/views/browse/way.rhtml +++ b/app/views/browse/way.rhtml @@ -1,16 +1,20 @@ -<%= render :partial => 'navigation', :locals => { :type => "way" } %> -
+ 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 %>
+