]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/node_history.html.erb
Fixed changeset time inconsistencies
[rails.git] / app / views / browse / node_history.html.erb
index e24018ef9346779ebd7bcf52af546d73468e2954..cbf7853f2e2610655e4f63440605c6dbcb14d29f 100644 (file)
@@ -3,11 +3,9 @@
 @title = t('browse.node_history.node_history') + ' | ' + @name
 %>
 
-<div class='browse-section header'>
-    <h2><%= raw t'browse.node_history.node_history_title', :node_name => link_to(h(@name), :action => "node", :id => @node.id) %>
-        <span class="icon close"></span>
-    </h2>
-</div>
+<h2><%= raw t'browse.node_history.node_history_title', :node_name => link_to(h(@name), :action => "node", :id => @node.id) %>
+    <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
+</h2>
 
 <% @node.old_nodes.reverse.each do |node| %>
   <%= render :partial => "node_details", :object => node %>