X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bc31329da1c98f99d52a6f37ac8bb256012eb4f6..b0747c3c1e2c3f437fb5e94e85c2f329680f3ee0:/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 %> +