From: Leo Koppelkamm Date: Sun, 5 May 2013 15:17:59 +0000 (+0200) Subject: Show icons in browse history views X-Git-Tag: live~5026 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/29f79e0a85ccaefcc8245f1bc6996c67110c8bf0?ds=sidebyside Show icons in browse history views --- diff --git a/app/views/browse/node_history.html.erb b/app/views/browse/node_history.html.erb index 61fc83492..e37f0e037 100644 --- a/app/views/browse/node_history.html.erb +++ b/app/views/browse/node_history.html.erb @@ -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 %>

<%= raw t'browse.node_history.node_history_title', :node_name => link_to(h(@name), :action => "node", :id => @node.id) %>