]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/way_history.html.erb
Float the close icon, closes #40
[rails.git] / app / views / browse / way_history.html.erb
index 8959a3fd4b1a8a565a99e13b6d48ffca0c8631e5..a747572c1c87e772622b71dd14da12e8d2a0cd15 100644 (file)
@@ -3,8 +3,9 @@
 @title = t('browse.way_history.way_history') + ' | ' + @name
 %>
 
-<h2><%= raw t'browse.way_history.way_history_title', :way_name => link_to(h(@name), :action => "way", :id => @way.id) %>
+<h2>
     <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
+    <%= raw t'browse.way_history.way_history_title', :way_name => link_to(h(@name), :action => "way", :id => @way.id) %>
 </h2>
 
 <% @way.old_ways.reverse.each do |way| %>