add navigation link

This commit is contained in:
Christopher Schmidt 2008-04-20 21:44:05 +00:00
parent 35c8871354
commit 4ca38904dc
5 changed files with 22 additions and 0 deletions

View file

@ -1,3 +1,4 @@
<%= render :partial => 'navigation', :locals => { :type => "way" } %>
<h2>Way Browser: <%= h(@name) %></h2>
<%= render :partial => 'common', :locals => { :obj => @way, :type => "way" } %>
<%= render :partial => 'tag_table', :locals => { :tags => @way.tags } %>