X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a36f3558dd43dd5a598e36dd21fd5f7d2b4a94f5..2ef58f47a232c8a8156dd148616c198790e489d2:/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 bfa5edefc..1c0f4c93c 100644 --- a/app/views/browse/_relation_details.html.erb +++ b/app/views/browse/_relation_details.html.erb @@ -1,8 +1,9 @@ +
<% if relation_details.redacted? %> -

<%= 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 %>

+
+ <%= 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 %> -
- <%= render :partial => "common_details", :object => relation_details %> <% unless relation_details.relation_members.empty? %> @@ -18,6 +19,5 @@
<% end %> - -
<% end %> +