Add links to api element version xml downloads

This commit is contained in:
Anton Khorev 2024-01-17 04:01:43 +03:00
parent 3a5c729865
commit 88e72be5b1
6 changed files with 15 additions and 0 deletions

View file

@ -3,3 +3,7 @@
<%= render "sidebar_header", :title => t("browse.node.title_html", :name => printable_name(@feature)) %>
<%= render :partial => "browse/node", :object => @feature %>
<div class='secondary-actions'>
<%= link_to t("browse.download_xml"), node_version_path(*@feature.id) %>
</div>