<%= render :partial => "common_details", :object => way_details %>
<tr valign="top">
- <th>Nodes:</th>
+ <th><%= t'browse.way_details.nodes' %></th>
<td>
<table cellpadding="0">
<% way_details.way_nodes.each do |wn| %>
<% unless way_details.containing_relation_members.empty? %>
<tr valign="top">
- <th>Part of:</th>
+ <th><%= t'browse.way_details.part_of' %></th>
<td>
<table cellpadding="0">
<%= render :partial => "containing_relation", :collection => way_details.containing_relation_members %>