X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/054f934f27e79ab0f7a25a89b6b719cc2cb0cb06..e7d200c4a6d0904ab1e027518eca7200b0ca9a08:/app/views/browse/node.html.erb diff --git a/app/views/browse/node.html.erb b/app/views/browse/node.html.erb index 9fc915a12..8302f472d 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") %> +

+