<% if !@feature.redacted? %>
<%= link_to t("browse.download_xml"), send(:"api_#{@type}_version_path", *@feature.id) %>
<% elsif current_user&.moderator? %>
<% if !params[:show_redactions] %>
<%= link_to t(".view_redacted_data"), :params => { :show_redactions => true } %>
<% else %>
<%= link_to t(".view_redaction_message") %>
<% end %>
<% end %>