X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/398d5fa3298b7aacea4a9cbddd0c4e5f8a9e6638..4e0cf1c5d30d66fc8b3feeaebd27828c4576ffa0:/app/views/browse/_node_details.rhtml diff --git a/app/views/browse/_node_details.rhtml b/app/views/browse/_node_details.rhtml index e3d11e0fe..55b9fe288 100644 --- a/app/views/browse/_node_details.rhtml +++ b/app/views/browse/_node_details.rhtml @@ -4,11 +4,11 @@ <% unless node_details.ways.empty? and node_details.containing_relation_members.empty? %> - Part of: + <%= t 'browse.node_details.part_of' %> - +
<% node_details.ways.each do |way| %> - + <% end %> <%= render :partial => "containing_relation", :collection => node_details.containing_relation_members %>
<%= link_to "Way " + way.id.to_s, :action => "way", :id => way.id.to_s %>
<%= link_to h(printable_name(way)), :action => "way", :id => way.id.to_s %>