]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/way.html.erb
Update title on pushState, closes #33
[rails.git] / app / views / browse / way.html.erb
index e1da90c4494c9becfb2ed2bf3a2db65120355282..619b9314b5e13f55236eb7912fa5223d27abdd57 100644 (file)
@@ -1,16 +1,17 @@
 <%
 @name = printable_name @way
-@title = t('browse.way.way') + ' | ' + @name
+set_title(t('browse.way.way') + ' | ' + @name)
 %>
-<div class='browse-section header'>
-    <h2><%= t'browse.way.way_title', :way_name => @name %></h2>
-</div>
+<h2>
+    <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
+    <%= t'browse.way.way_title', :way_name => @name %>
+</h2>
 
 <%= render :partial => "way_details", :object => @way %>
 
 <div class='browse-section secondary-actions clearfix'> 
-  <span><%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %>
+  <h4><%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %>
     &middot;
     <%= link_to(t('browse.way.view_history'), :action => "way_history") %>
-    </span>
+    </h4>
 </div>