]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/old_relations/show.html.erb
Don't link to xml download from redacted element versions
[rails.git] / app / views / old_relations / show.html.erb
index 360011ca2147b183f617aa9fb375f8e9b09f784e..cfa27c1adc6e31a9cf7fc3b201a1b0f0bc3cf1d3 100644 (file)
@@ -3,3 +3,9 @@
 <%= render "sidebar_header", :title => t("browse.relation.title_html", :name => printable_name(@feature)) %>
 
 <%= render :partial => "browse/relation", :object => @feature %>
+
+<% unless @feature.redacted? %>
+  <div class='secondary-actions'>
+    <%= link_to t("browse.download_xml"), relation_version_path(*@feature.id) %>
+  </div>
+<% end %>