X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ba9456066f74814fe4e8929a4467caa2c5c6ba9f..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 3e8195151..32eb2f400 100644 --- a/app/views/browse/relation_history.html.erb +++ b/app/views/browse/relation_history.html.erb @@ -3,11 +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 %>