X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4557654ba63392f0db4aa5c002be692395eb8cee..e7d200c4a6d0904ab1e027518eca7200b0ca9a08:/app/views/browse/node_history.html.erb diff --git a/app/views/browse/node_history.html.erb b/app/views/browse/node_history.html.erb index 687dc4f9b..cbf7853f2 100644 --- a/app/views/browse/node_history.html.erb +++ b/app/views/browse/node_history.html.erb @@ -3,17 +3,16 @@ @title = t('browse.node_history.node_history') + ' | ' + @name %> -<% content_for :head do %> - <%= stylesheet_link_tag 'browse' %> -<% end %> - -

<%= raw t'browse.node_history.node_history_title', :node_name => link_to(h(@name), :action => "node", :id => @node.id) %>

+

<%= raw t'browse.node_history.node_history_title', :node_name => link_to(h(@name), :action => "node", :id => @node.id) %> + +

<% @node.old_nodes.reverse.each do |node| %> <%= render :partial => "node_details", :object => node %> <% end %> - +
+ <%= link_to(t('browse.node_history.download_xml'), :controller => "old_node", :action => "history") %> + · + <%= link_to(t('browse.node_history.view_details'), :action => "node") %> +