X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/054f934f27e79ab0f7a25a89b6b719cc2cb0cb06..c798962cda8ede6425ce56c59533bc476180a830:/app/views/browse/node.html.erb
diff --git a/app/views/browse/node.html.erb b/app/views/browse/node.html.erb
index 9fc915a12..a1da8c83f 100644
--- a/app/views/browse/node.html.erb
+++ b/app/views/browse/node.html.erb
@@ -3,11 +3,15 @@
@title = t('browse.node.node') + ' | ' + @name
%>
-
<%= t'browse.node.node_title', :node_name => @name %>
+<%= t'browse.node.node_title', :node_name => @name %>
+
+
<%= render :partial => "node_details", :object => @node %>
-
- - <%= link_to(t('browse.node.download_xml'), :controller => "node", :action => "read") %>
- - <%= link_to(t('browse.node.view_history'), :action => "node_history") %>
-
+
+ <%= link_to(t('browse.node.download_xml'), :controller => "node", :action => "read") %>
+ ·
+ <%= link_to(t('browse.node.view_history'), :action => "node_history") %>
+
+