X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/35c88713546d4c606e0aca9c4a4b3a63ae88759b..4ca38904dc11fa7329e186bd675e15e3c401ca86:/app/views/browse/way.rhtml diff --git a/app/views/browse/way.rhtml b/app/views/browse/way.rhtml index c12a422cb..e1c306071 100644 --- a/app/views/browse/way.rhtml +++ b/app/views/browse/way.rhtml @@ -1,3 +1,4 @@ +<%= render :partial => 'navigation', :locals => { :type => "way" } %>

Way Browser: <%= h(@name) %>

<%= render :partial => 'common', :locals => { :obj => @way, :type => "way" } %> <%= render :partial => 'tag_table', :locals => { :tags => @way.tags } %>