X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f70ec189894ef6bc37355cad7990420065a0b2cb..b4b59df75e4048eaebff7c7efeeee66aa3bfa5a3:/app/views/browse/_way.html.erb diff --git a/app/views/browse/_way.html.erb b/app/views/browse/_way.html.erb index 137d529ff..2788fdea9 100644 --- a/app/views/browse/_way.html.erb +++ b/app/views/browse/_way.html.erb @@ -12,24 +12,30 @@ <% unless way.containing_relation_members.empty? %>

<%= t "browse.part_of" %>

- +
> + <%= t 'browse.part_of_relations', :count => way.containing_relation_members.count %> + +
<% end %> <% unless way.way_nodes.empty? %>

<%= t ".nodes" %>

- +
> + <%= t '.nodes_count', :count => way.way_nodes.count %> + +
<% end %> <% end %>