X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9dd230d0bc7de0cdf705f3cd4b3be07ae23c154b..b095b59d5e0ee805e49980af80b21bd1acff1345:/app/views/browse/_way.html.erb
diff --git a/app/views/browse/_way.html.erb b/app/views/browse/_way.html.erb
index 9156d2399..aff405dde 100644
--- a/app/views/browse/_way.html.erb
+++ b/app/views/browse/_way.html.erb
@@ -1,11 +1,13 @@
-
- <% if way.redacted? %>
+<% if way.redacted? %>
+
<%= t 'browse.redacted.message_html',
:type => t('browse.redacted.type.way'),
:version => way.version,
:redaction_link => link_to(t('browse.redacted.redaction',
:id => way.redaction.id), way.redaction) %>
- <% else %>
+
+<% else %>
+
<%= render :partial => "common_details", :object => way %>
<% unless way.way_nodes.empty? %>
@@ -26,8 +28,8 @@
<% unless way.containing_relation_members.empty? %>
<%= t'browse.part_of' %>
- <%= render :partial => "containing_relation", :collection => way.containing_relation_members %>
+ <%= render :partial => "containing_relation", :collection => way.containing_relation_members.uniq %>
<% end %>
- <% end %>
-
+
+<% end %>