]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/way.html.erb
Eliminate separate browse.css asset
[rails.git] / app / views / browse / way.html.erb
index 3489d7c2348b816467edd18914ffeb743ac218f1..3d1e2c57750fd67f44a47fee3a832f35673e1870 100644 (file)
@@ -2,16 +2,12 @@
 @name = printable_name @way
 @title = t('browse.way.way') + ' | ' + @name
 %>
-<% content_for :head do %>
-<%= stylesheet_link_tag 'browse' %>
-<% end %>
-<%= render :partial => "navigation" %>
-<h2><%= t'browse.way.way_title', :way_name => h(@name) %></h2>
-<%= render :partial => "map", :object => @way %>
+
+<h2><%= t'browse.way.way_title', :way_name => @name %></h2>
+
 <%= render :partial => "way_details", :object => @way %>
-<hr />
-<%= link_to(t('browse.way.download_xml'), :controller => "way", :action => "read") %>
-| <%= link_to(t('browse.way.view_history'), :action => "way_history") %>
-<% unless @midnode.nil? %>
-  | <%= link_to(t('browse.way.edit'), :controller => "site", :action => "edit", :way => @way.id, :lat => @midnode.lat, :lon => @midnode.lon, :zoom => 16) %>
-<% end %>
+
+<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>