]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/node_history.html.erb
Fix rendering of note comments (#333)
[rails.git] / app / views / browse / node_history.html.erb
index 61fc83492beb4b01a4996e5fbae540dce6cd3d86..e37f0e037fdee9323005f565bcee87551f438857 100644 (file)
@@ -2,6 +2,10 @@
 @name = printable_name @node
 @title = t('browse.node_history.node_history') + ' | ' + @name
 %>
+<% content_for :head do %>
+<%= stylesheet_link_tag 'browse' %>
+<% end %>
+
 <% content_for :heading do %>
   <h2><%= raw t'browse.node_history.node_history_title', :node_name => link_to(h(@name), :action => "node", :id => @node.id) %></h2>
   <ul class='secondary-actions clearfix'>