]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/relation_history.html.erb
Improve changeset template
[rails.git] / app / views / browse / relation_history.html.erb
index cf100b77eda7d1485bae5eb40b34b26ac300b2a2..3e8195151ea54b9aa031eee651dd5935003f8100 100644 (file)
@@ -4,7 +4,9 @@
 %>
 
 <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) %></h2>
+    <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>
 
 <% @relation.old_relations.reverse.each do |relation| %>