X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a5c8a3b7f8e02cbf7f5d2f84b9bdb2034fcf22ec..4ca38904dc11fa7329e186bd675e15e3c401ca86:/app/views/browse/relation.rhtml diff --git a/app/views/browse/relation.rhtml b/app/views/browse/relation.rhtml index 5dc06f10a..574a4ea2b 100644 --- a/app/views/browse/relation.rhtml +++ b/app/views/browse/relation.rhtml @@ -1,3 +1,4 @@ +<%= render :partial => 'navigation', :locals => { :type => "relation" } %>

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

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