]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/way_history.html.erb
Improve changeset template
[rails.git] / app / views / browse / way_history.html.erb
index 0f82c346cd6a1cbd7115d0640f27d66bdb4fd32a..79c1a99a4737243dfbc3f320ac7ec0d02fcaa7ba 100644 (file)
@@ -4,7 +4,9 @@
 %>
 
 <div class='browse-section header'>
-    <h2><%= raw t'browse.way_history.way_history_title', :way_name => link_to(h(@name), :action => "way", :id => @way.id) %></h2>
+    <h2><%= raw t'browse.way_history.way_history_title', :way_name => link_to(h(@name), :action => "way", :id => @way.id) %>
+        <span class="icon close"></span>
+    </h2>
 </div>
 
 <% @way.old_ways.reverse.each do |way| %>
@@ -13,5 +15,6 @@
 
 <div class='secondary-actions clearfix'>
   <span><%= link_to(t('browse.way_history.download_xml'), :controller => "old_way", :action => "history") %>
+    &middot;
   <%= link_to(t('browse.way_history.view_details'), :action => "way") %></span>
 </div>