]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/way.html.erb
Browse page style tweaks
[rails.git] / app / views / browse / way.html.erb
index 3d1e2c57750fd67f44a47fee3a832f35673e1870..4dacaf929fda4e68ba65ddf912ab584b925aa380 100644 (file)
@@ -2,12 +2,15 @@
 @name = printable_name @way
 @title = t('browse.way.way') + ' | ' + @name
 %>
-
-<h2><%= t'browse.way.way_title', :way_name => @name %></h2>
+<h2><%= t'browse.way.way_title', :way_name => @name %>
+    <span class="icon close"></span>
+</h2>
 
 <%= render :partial => "way_details", :object => @way %>
 
-<ul class='secondary-actions clearfix'>
-  <li><%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %></li>
-  <li><%= link_to(t('browse.way.view_history'), :action => "way_history") %></li>
-</ul>
+<div class='browse-section secondary-actions clearfix'> 
+  <h4><%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %>
+    &middot;
+    <%= link_to(t('browse.way.view_history'), :action => "way_history") %>
+    </h4>
+</div>