X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ac0603d055759a1448a05607e12006c69a39e0d3..7b626f31be8a5f60d285d39d9b1063de776ddfe0:/app/views/browse/_relation_details.html.erb diff --git a/app/views/browse/_relation_details.html.erb b/app/views/browse/_relation_details.html.erb index cfa03678f..57314817d 100644 --- a/app/views/browse/_relation_details.html.erb +++ b/app/views/browse/_relation_details.html.erb @@ -1,5 +1,5 @@ <% if relation_details.redacted? %> -

<%= raw t 'browse.redacted.message', :type => t('browse.redacted.type.relation'), :redaction_link => link_to(t('browse.redacted.redaction', :id => relation_details.redaction.id), relation_details.redaction), :version => relation_details.version %>

+

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

<% else %>