]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/relation_history.html.erb
Fixed changeset time inconsistencies
[rails.git] / app / views / browse / relation_history.html.erb
index 3e8195151ea54b9aa031eee651dd5935003f8100..653991b9d2affb8a6ef21419c112e17aab8d9dab 100644 (file)
@@ -3,11 +3,9 @@
 @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) %>
+    <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
+</h2>
 
 <% @relation.old_relations.reverse.each do |relation| %>
   <%= render :partial => "relation_details", :object => relation %>