]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/way.html.erb
Missed a couple close buttons
[rails.git] / app / views / browse / way.html.erb
index 598e0472811e7f01800dde7b3aff5b89d125bd86..a148ff728b81cf2d8d501d32045d62f1f2852efe 100644 (file)
@@ -2,16 +2,17 @@
 @name = printable_name @way
 @title = t('browse.way.way') + ' | ' + @name
 %>
-
-<% content_for :head do %>
-  <%= stylesheet_link_tag 'browse' %>
-<% end %>
-
-<h2><%= t'browse.way.way_title', :way_name => @name %></h2>
+<div class='browse-section header'>
+    <h2><%= t'browse.way.way_title', :way_name => @name %>
+        <span class="icon close"></span>
+    </h2>
+</div>
 
 <%= 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'> 
+  <span><%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %>
+    &middot;
+    <%= link_to(t('browse.way.view_history'), :action => "way_history") %>
+    </span>
+</div>