3 <%= render :partial => "common_details", :object => node_details %>
7 <td><div class="geo"><a href="/?lat=<%= h(node_details.lat) %>&lon=<%= h(node_details.lon) %>&zoom=18"><span class="latitude"><%= h(node_details.lat) %></span>, <span class="longitude"><%= h(node_details.lon) %></span></a></div></td>
10 <% unless node_details.ways.empty? and node_details.containing_relation_members.empty? %>
12 <th><%= t 'browse.node_details.part_of' %></th>
14 <table cellpadding="0">
15 <% node_details.ways.each do |way| %>
16 <tr><td><%= link_to h(printable_name(way)), :action => "way", :id => way.id.to_s %></td></tr>
18 <%= render :partial => "containing_relation", :collection => node_details.containing_relation_members %>