<%= render :partial => "browse/node", :object => @feature %>
<div class='secondary-actions'>
- <% unless @feature.redacted? %>
+ <%= link_to t("browse.view_details"), node_path(@feature.node_id) %>
+ <% if !@feature.redacted? %>
+ ·
<%= link_to t("browse.download_xml"), node_version_path(*@feature.id) %>
+ <% elsif current_user&.moderator? %>
·
+ <% if !params[:show_redactions] %>
+ <%= link_to t("browse.view_redacted_data"), old_node_path(*@feature.id, :params => { :show_redactions => true }) %>
+ <% else %>
+ <%= link_to t("browse.view_redaction_message"), old_node_path(*@feature.id) %>
+ <% end %>
<% end %>
- <%= link_to t("browse.view_details"), node_path(@feature.node_id) %>
</div>
<div class='secondary-actions'>