]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/old_ways/show.html.erb
Add links to api element version xml downloads
[rails.git] / app / views / old_ways / show.html.erb
index fa69871570c4d3315bc110f324cc8719c339ea4d..c7826a51134055d7c70ed7e13495414f010b2476 100644 (file)
@@ -3,3 +3,7 @@
 <%= render "sidebar_header", :title => t("browse.way.title_html", :name => printable_name(@feature)) %>
 
 <%= render :partial => "browse/way", :object => @feature %>
+
+<div class='secondary-actions'>
+  <%= link_to t("browse.download_xml"), way_version_path(*@feature.id) %>
+</div>