+ <% if !params[:show_redactions] %>
+ <%= link_to t("browse.view_redacted_data"), old_way_path(*@feature.id, :params => { :show_redactions => true }) %>
+ <% else %>
+ <%= link_to t("browse.view_redaction_message"), old_way_path(*@feature.id) %>
+ <% end %>