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