]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/node_history.html.erb
Eliminate separate browse.css asset
[rails.git] / app / views / browse / node_history.html.erb
index 687dc4f9b63787e1af86c377d3a6d1095ff49c31..5727669bfa3c38d40b28d3345347530043bc4d4f 100644 (file)
@@ -3,10 +3,6 @@
 @title = t('browse.node_history.node_history') + ' | ' + @name
 %>
 
-<% content_for :head do %>
-  <%= stylesheet_link_tag 'browse' %>
-<% end %>
-
 <h2><%= raw t'browse.node_history.node_history_title', :node_name => link_to(h(@name), :action => "node", :id => @node.id) %></h2>
 
 <% @node.old_nodes.reverse.each do |node| %>