X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6baccfaddd190d730b626204e9cf81c2504995bf..9230721a1f3091ec47d5751c6b5aaead599df49f:/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 fe6c79812..90b677440 100644 --- a/app/views/browse/node_history.html.erb +++ b/app/views/browse/node_history.html.erb @@ -3,17 +3,10 @@ @title = t('browse.node_history.node_history') + ' | ' + @name %>

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

- - - - - <%= render :partial => "map", :object => @node %> - -
- <% @node.old_nodes.reverse.each do |node| %> - <%= render :partial => "node_details", :object => node %> -
- <% end %> - <%= 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") %> -
+<%= render :partial => "map", :object => @node %> +<% @node.old_nodes.reverse.each do |node| %> + <%= render :partial => "node_details", :object => node %> +
+<% end %> +<%= 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") %>