@title = t('browse.relation_history.relation_history') + ' | ' + @name
%>
-<div class='browse-section header'>
- <h2><%= raw t'browse.relation_history.relation_history_title', :relation_name => link_to(h(@name), :action => "relation", :id => @relation.id) %>
- <span class="icon close"></span>
- </h2>
-</div>
+<h2><%= raw t'browse.relation_history.relation_history_title', :relation_name => link_to(h(@name), :action => "relation", :id => @relation.id) %>
+ <span class="icon close"></span>
+</h2>
<% @relation.old_relations.reverse.each do |relation| %>
<%= render :partial => "relation_details", :object => relation %>