1 <h2>Way Browser: <%= h(@name) %></h2>
2 <%= render :partial => 'common', :locals => { :obj => @way, :type => "way" } %>
3 <%= render :partial => 'tag_table', :locals => { :tags => @way.tags } %>
5 <% if @way.nodes.length != 0 %>
6 <br style="clear:both" />
7 <div style="float:right; width: 250px;">
10 <% @way.nodes.each do |node| %>
11 <li> <%= link_to "Node " + node.id.to_s, :action => "node", :id => node.id.to_s %> </li>