X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/71f377ab8f915e9cb73252aeb03ca2fa8e32e753..ba9456066f74814fe4e8929a4467caa2c5c6ba9f:/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 9966d558d..e24018ef9 100644 --- a/app/views/browse/node_history.html.erb +++ b/app/views/browse/node_history.html.erb @@ -2,11 +2,19 @@ @name = printable_name @node @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) %>

-<%= render :partial => "map", :object => @node %> + +
+

<%= 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 %> -<%= raw t 'browse.node_history.download', :download_xml_link => link_to(t('browse.node_history.download_xml'), :controller => "old_node", :action => "history"), - :view_details_link => link_to(t('browse.node_history.view_details'), :action => "node") %> + +
+ <%= link_to(t('browse.node_history.download_xml'), :controller => "old_node", :action => "history") %> + · + <%= link_to(t('browse.node_history.view_details'), :action => "node") %> +