]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/old_relations/show.html.erb
Simplify and test downloaded changeset element sorting
[rails.git] / app / views / old_relations / show.html.erb
index cfa27c1adc6e31a9cf7fc3b201a1b0f0bc3cf1d3..94e3674d8759432efae525c54c215141791c2774 100644 (file)
@@ -1,11 +1,7 @@
-<% set_title t("browse.relation.title_html", :name => printable_name(@feature)) %>
+<% set_title t("browse.relation.title_html", :name => printable_element_name(@feature)) %>
 
-<%= render "sidebar_header", :title => t("browse.relation.title_html", :name => printable_name(@feature)) %>
+<%= render "sidebar_header", :title => t("browse.relation.title_html", :name => printable_element_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 %>
+<%= render :partial => "browse/version_actions" %>