X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/054f934f27e79ab0f7a25a89b6b719cc2cb0cb06..e68e3e9150c1e02063664afcf8f6028903c59cb4:/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 5727669bf..8bc4ed8ab 100644 --- a/app/views/browse/node_history.html.erb +++ b/app/views/browse/node_history.html.erb @@ -3,13 +3,17 @@ @title = t('browse.node_history.node_history') + ' | ' + @name %> -

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