]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_way.html.erb
Uniqify counts for containing ways and relations on browse pages
[rails.git] / app / views / browse / _way.html.erb
index d99919e64fa35577b92a4bd899b58d8828f28346..4fdcd035ecf5c75296f624d124557531683ce952 100644 (file)
@@ -13,7 +13,7 @@
     <% unless way.containing_relation_members.empty? %>
       <h4><%= t "browse.part_of" %></h4>
       <details <%= "open" if way.containing_relation_members.count < 10 %>>
-        <summary><%= t "browse.part_of_relations", :count => way.containing_relation_members.count %></summary>
+        <summary><%= t "browse.part_of_relations", :count => way.containing_relation_members.uniq.count %></summary>
         <ul class="list-unstyled">
           <%= render :partial => "containing_relation", :collection => way.containing_relation_members.uniq %>
         </ul>