X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9c098816e5aa1a0f503da2877a4556b556058d3d..31af63f273277a66d11488cdf9cde17f896682d7:/app/views/browse/_way_details.html.erb diff --git a/app/views/browse/_way_details.html.erb b/app/views/browse/_way_details.html.erb index 7a3a2a146..1313cb250 100644 --- a/app/views/browse/_way_details.html.erb +++ b/app/views/browse/_way_details.html.erb @@ -1,5 +1,5 @@ <% if way_details.redacted? %> -

<%= raw t 'browse.redacted.message', :type => t('browse.redacted.type.way'), :redaction_link => link_to(way_details.redaction) %>

+

<%= t 'browse.redacted.message_html', :type => t('browse.redacted.type.way'), :redaction_link => link_to(t('browse.redacted.redaction', :id => way_details.redaction.id), way_details.redaction), :version => way_details.version %>

<% else %>