X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a5c8a3b7f8e02cbf7f5d2f84b9bdb2034fcf22ec..24c623fdf28e89125714db004a41afe18c99638d:/app/views/browse/way.rhtml?ds=sidebyside diff --git a/app/views/browse/way.rhtml b/app/views/browse/way.rhtml index b1c26f478..e1c306071 100644 --- a/app/views/browse/way.rhtml +++ b/app/views/browse/way.rhtml @@ -1,3 +1,16 @@ +<%= 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 } %> + +<% if @way.nodes.length != 0 %> +
+
+

Parts:

+ +
+<% end %>