X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..8438ce7779c5aaa6b3651caa972bcb068ced13c9:/app/views/browse/way_history.html.erb?ds=sidebyside diff --git a/app/views/browse/way_history.html.erb b/app/views/browse/way_history.html.erb index edb967e9e..f581dd189 100644 --- a/app/views/browse/way_history.html.erb +++ b/app/views/browse/way_history.html.erb @@ -2,18 +2,11 @@ @name = printable_name @way @title = t('browse.way_history.way_history') + ' | ' + @name %> -
- <% @way.old_ways.reverse.each do |way| %>
- <%= render :partial => "way_details", :object => way %>
- - <% end %> - <%= t'browse.way_history.download', :download_xml_link => link_to(t('browse.way_history.download_xml'), :controller => "old_way", :action => "history"), - :view_details_link => link_to(t('browse.way_history.view_details'), :action => "way") %> - |
- <%= render :partial => "map", :object => @way %>
-