]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/way_history.html.erb
Eliminate separate browse.css asset
[rails.git] / app / views / browse / way_history.html.erb
index ddb8e288a6232ce81f74ace85b2829332913a1c4..a05d0c125d75c22875c0e4b14793aba889cd81f5 100644 (file)
@@ -3,10 +3,6 @@
 @title = t('browse.way_history.way_history') + ' | ' + @name
 %>
 
-<% content_for :head do %>
-  <%= stylesheet_link_tag 'browse' %>
-<% end %>
-
 <h2><%= 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| %>