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