X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ee4c34172f0a0145344525962cc5411a7f260ff5..81b431ac1117aa2d684834b8561d8df1e717dab4:/app/views/old_ways/show.html.erb?ds=sidebyside diff --git a/app/views/old_ways/show.html.erb b/app/views/old_ways/show.html.erb index b16c6b291..ecbc62469 100644 --- a/app/views/old_ways/show.html.erb +++ b/app/views/old_ways/show.html.erb @@ -5,11 +5,18 @@ <%= render :partial => "browse/way", :object => @feature %>
- <% unless @feature.redacted? %> + <%= link_to t("browse.view_details"), way_path(@feature.way_id) %> + <% if !@feature.redacted? %> + · <%= link_to t("browse.download_xml"), way_version_path(*@feature.id) %> + <% elsif current_user&.moderator? %> · + <% 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 %> <% end %> - <%= link_to t("browse.view_details"), way_path(@feature.way_id) %>