X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dae3dcf87edcfc0648cd0b93b069b0eee67d3ab7..50091893d44ecfc48c13bb2269f23a6f23aea1d2:/app/views/browse/_way.html.erb diff --git a/app/views/browse/_way.html.erb b/app/views/browse/_way.html.erb index 489b9cf07..49a1bced1 100644 --- a/app/views/browse/_way.html.erb +++ b/app/views/browse/_way.html.erb @@ -10,26 +10,26 @@
<%= render :partial => "common_details", :object => way %> + <% unless way.containing_relation_members.empty? %> +

<%= t 'browse.part_of' %>

+ + <% end %> + <% unless way.way_nodes.empty? %> -

<%= t'browse.way.nodes' %>

+

<%= t '.nodes' %>

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

<%= t'browse.part_of' %>

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