]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/way_history.html.erb
Split come changset display logic into a helper
[rails.git] / app / views / browse / way_history.html.erb
index 0f82c346cd6a1cbd7115d0640f27d66bdb4fd32a..34cfb20ad4f0119a2fb4f271ccfdc38a7ec368a5 100644 (file)
@@ -3,9 +3,9 @@
 @title = t('browse.way_history.way_history') + ' | ' + @name
 %>
 
-<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>
-</div>
+<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>
 
 <% @way.old_ways.reverse.each do |way| %>
   <%= render :partial => "way_details", :object => way %>
@@ -13,5 +13,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>