X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/35c88713546d4c606e0aca9c4a4b3a63ae88759b..d6b36b5752ff50c0c2aa0e78f784b17a624ee994:/app/views/browse/node.rhtml?ds=inline diff --git a/app/views/browse/node.rhtml b/app/views/browse/node.rhtml index fcfd7cfd7..f798526a8 100644 --- a/app/views/browse/node.rhtml +++ b/app/views/browse/node.rhtml @@ -1,14 +1,24 @@ -
+ Node: <%= h(@name) %>+ |
+ + <%= render :partial => "navigation" %> + | +
+ <%= render :partial => "node_details", :object => @node %>
+ + <%= link_to "Download XML", :controller => "node", :action => "read" %> + or + <%= link_to "view history", :action => "node_history" %> + |
+ <%= render :partial => "map", :object => @node %>
+