X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/51a21e6738c5fe524472971e8171bf2442bea415..89a132d31c8ca3b446c716860e55bf31bc811bd0:/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 cf100b77e..32eb2f400 100644 --- a/app/views/browse/relation_history.html.erb +++ b/app/views/browse/relation_history.html.erb @@ -3,9 +3,9 @@ @title = t('browse.relation_history.relation_history') + ' | ' + @name %> -
-

<%= raw t'browse.relation_history.relation_history_title', :relation_name => link_to(h(@name), :action => "relation", :id => @relation.id) %>

-
+

<%= raw t'browse.relation_history.relation_history_title', :relation_name => link_to(h(@name), :action => "relation", :id => @relation.id) %> + +

<% @relation.old_relations.reverse.each do |relation| %> <%= render :partial => "relation_details", :object => relation %>