X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0cb97bd7d96030c07d9716c3d26d39bcd4f712ff..4e0cf1c5d30d66fc8b3feeaebd27828c4576ffa0:/app/views/browse/node_history.rhtml?ds=inline diff --git a/app/views/browse/node_history.rhtml b/app/views/browse/node_history.rhtml index ad46202b7..ea96c091f 100644 --- a/app/views/browse/node_history.rhtml +++ b/app/views/browse/node_history.rhtml @@ -1,8 +1,19 @@ +<% +@name = printable_name @node +@title = t('browse.node_history.node_history') + ' | ' + @name +%>
+ <% @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 %>
+