X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/87497a904291e36c270526977cc8dc744f161d6b..9b780a689b398e0d41d7aac0e9b9b3d58f5b1166:/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) %>