X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a36f3558dd43dd5a598e36dd21fd5f7d2b4a94f5..d492628f3eb4f540438f9aab8b3c02e12b87d243:/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) %>