]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/node_history.html.erb
Add close icons
[rails.git] / app / views / browse / node_history.html.erb
index 9b3c27a8744442ad74ada073c2ca6f63bf16fe5a..e24018ef9346779ebd7bcf52af546d73468e2954 100644 (file)
@@ -4,7 +4,9 @@
 %>
 
 <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) %></h2>
+    <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>
 
 <% @node.old_nodes.reverse.each do |node| %>