X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4557654ba63392f0db4aa5c002be692395eb8cee..726db77827fa71133cc9762c3bf295189269ebb5:/app/views/browse/node.html.erb diff --git a/app/views/browse/node.html.erb b/app/views/browse/node.html.erb index a395b95ea..c43c15468 100644 --- a/app/views/browse/node.html.erb +++ b/app/views/browse/node.html.erb @@ -3,15 +3,15 @@ @title = t('browse.node.node') + ' | ' + @name %> -<% content_for :head do %> - <%= stylesheet_link_tag 'browse' %> -<% end %> - -

<%= 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") %> +

+