X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/44629832dd0207d7b0f50b93f1d00b4373dd4d49..5da273027f53cf4413aa385ea41ffacee5acf039:/app/views/browse/_relation.html.erb diff --git a/app/views/browse/_relation.html.erb b/app/views/browse/_relation.html.erb index e8f9a4f51..1644228ae 100644 --- a/app/views/browse/_relation.html.erb +++ b/app/views/browse/_relation.html.erb @@ -1,11 +1,13 @@ -
- <% if relation.redacted? %> +<% if relation.redacted? %> +
<%= t 'browse.redacted.message_html', :type => t('browse.redacted.type.relation'), :version => relation.version, :redaction_link => link_to(t('browse.redacted.redaction', - :id => relation.redaction.id), relation.redaction) %>< - <% else %> + :id => relation.redaction.id), relation.redaction) %> +
+<% else %> +
<%= render :partial => "common_details", :object => relation %> <% unless relation.relation_members.empty? %> @@ -15,7 +17,7 @@ <% unless relation.containing_relation_members.empty? %>

<%= t'browse.part_of' %>

- + <% end %> - <% end %> -
+
+<% end %>