X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/edaddbedaec78a252e988e2271962407e64483fd..5e9ae68fb223195f67bfb3992f1d7b0116437d71:/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 edb967e9e..f61fa6fa1 100644 --- a/app/views/browse/way_history.html.erb +++ b/app/views/browse/way_history.html.erb @@ -2,7 +2,7 @@ @name = printable_name @way @title = t('browse.way_history.way_history') + ' | ' + @name %> -

<%= t'browse.way_history.way_history_title', :way_name => h(@name) %>

+

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