]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_way_details.rhtml
more databrowser i18n
[rails.git] / app / views / browse / _way_details.rhtml
index 9dc35ad53aabe12a3334eb444ce2bbecb17d81c9..1122c80f3112d5703d5269d7abf3a88871e3e3e7 100644 (file)
@@ -7,7 +7,7 @@
     <td>
       <table cellpadding="0">
         <% way_details.way_nodes.each do |wn| %>
-          <tr><td><%= link_to "Node " + wn.node_id.to_s, :action => "node", :id => wn.node_id.to_s %></td></tr>
+          <tr><td><%= link_to h(printable_name(wn.node)), :action => "node", :id => wn.node_id.to_s %></td></tr>
         <% end %>
       </table>
     </td>