X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/64fb530581ffd21e2522e70e8a2d4c46d666f760..cea0cccc6d73d7543d80d659b0f221f0d3196c0e:/app/views/browse/relation_history.html.erb diff --git a/app/views/browse/relation_history.html.erb b/app/views/browse/relation_history.html.erb index a62ac2ef7..e0640d900 100644 --- a/app/views/browse/relation_history.html.erb +++ b/app/views/browse/relation_history.html.erb @@ -2,18 +2,21 @@ @name = printable_name @relation @title = t('browse.relation_history.relation_history') + ' | ' + @name %> -
- <% @relation.old_relations.reverse.each do |relation| %>
- <%= render :partial => "relation_details", :object => relation %>
- - <% end %> - <%= t'browse.relation_history.download', :download_xml_link => link_to(t('browse.relation_history.download_xml'), :controller => "old_relation", :action => "history"), - :view_details_link => link_to(t('browse.relation_history.view_details'), :action => "relation") %> - |
- <%= render :partial => "map", :object => @relation %>
-