X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e670da54cbc4a7b00525b8decb506a23deddd918..9dd230d0bc7de0cdf705f3cd4b3be07ae23c154b:/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 deleted file mode 100644 index 41b9be432..000000000 --- a/app/views/browse/_relation_details.html.erb +++ /dev/null @@ -1,21 +0,0 @@ -
- <% if relation_details.redacted? %> - <%= t 'browse.redacted.message_html', - :type => t('browse.redacted.type.relation'), - :version => relation_details.version, - :redaction_link => link_to(t('browse.redacted.redaction', - :id => relation_details.redaction.id), relation_details.redaction) %>< - <% else %> - <%= render :partial => "common_details", :object => relation_details %> - - <% unless relation_details.relation_members.empty? %> -

<%= t'browse.relation.members' %>

- - <% end %> - - <% unless relation_details.containing_relation_members.empty? %> -

<%= t'browse.part_of' %>

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