X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3d7eb387a7c3573f1a1d17df00adcaa1fb9b9fa5..29f79e0a85ccaefcc8245f1bc6996c67110c8bf0:/app/views/browse/way_history.html.erb diff --git a/app/views/browse/way_history.html.erb b/app/views/browse/way_history.html.erb index 296ebb3dd..49058edc1 100644 --- a/app/views/browse/way_history.html.erb +++ b/app/views/browse/way_history.html.erb @@ -2,6 +2,9 @@ @name = printable_name @way @title = t('browse.way_history.way_history') + ' | ' + @name %> +<% content_for :head do %> +<%= stylesheet_link_tag 'browse' %> +<% end %> <% content_for :heading do %>

<%= raw t'browse.way_history.way_history_title', :way_name => link_to(h(@name), :action => "way", :id => @way.id) %>