X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5c783cd0eece7c5d4607b89f1cff313d8d867a04..cf00e528cbe94229839f3f70dd2a1c04d9205edd:/app/views/browse/_way_details.rhtml diff --git a/app/views/browse/_way_details.rhtml b/app/views/browse/_way_details.rhtml index 9dc35ad53..ef80870db 100644 --- a/app/views/browse/_way_details.rhtml +++ b/app/views/browse/_way_details.rhtml @@ -7,7 +7,12 @@
<%= link_to "Node " + wn.node_id.to_s, :action => "node", :id => wn.node_id.to_s %> |
+ <%= link_to h(printable_name(wn.node)), :action => "node", :id => wn.node_id.to_s %> + <% if wn.node.ways.size > 1 then %> + (also part of <%= wn.node.ways.reject { |w| w.id == way_details.id }.map { |w| link_to(h(printable_name(w)), :action => "way", :id => w.id.to_s) }.join(", ") %>) + <% end %> + |