X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a5c8a3b7f8e02cbf7f5d2f84b9bdb2034fcf22ec..c0b4c1b9059890e1fb683a9822b966d4efd2698c:/app/views/browse/relation.rhtml diff --git a/app/views/browse/relation.rhtml b/app/views/browse/relation.rhtml index 5dc06f10a..f981938a7 100644 --- a/app/views/browse/relation.rhtml +++ b/app/views/browse/relation.rhtml @@ -1,4 +1,20 @@ -
+ Relation: <%= h(@name) %>+ |
+ + <%= render :partial => "navigation" %> + | +
+ <%= render :partial => "relation_details", :object => @relation %>
+ + <%= link_to "Download XML", :controller => "relation", :action => "read" %> + or + <%= link_to "view history", :action => "relation_history" %> + |
+ <%= render :partial => "map", :object => @relation %>
+