]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/relation_history.html.erb
Eliminate separate browse.css asset
[rails.git] / app / views / browse / relation_history.html.erb
index 486ada5c90a32dd94cdbac7828dce94297d4df9b..6112d834e5530781f9a6246b851f3ed836ba9a8d 100644 (file)
@@ -3,10 +3,6 @@
 @title = t('browse.relation_history.relation_history') + ' | ' + @name
 %>
 
-<% content_for :head do %>
-  <%= stylesheet_link_tag 'browse' %>
-<% end %>
-
 <h2><%= raw t'browse.relation_history.relation_history_title', :relation_name => link_to(h(@name), :action => "relation", :id => @relation.id) %></h2>
 
 <% @relation.old_relations.reverse.each do |relation| %>