- (<%= t ".also_part_of_html", :count => related_ways.size, :related_ways => to_sentence(related_ways.map { |w| link_to(printable_name(w), { :action => "way", :id => w.id.to_s }, { :class => link_class("way", w), :title => link_title(w) }) }) %>)
+ (<%= t ".also_part_of_html",
+ :count => related_ways.size,
+ :related_ways => to_sentence(related_ways.map { |w| element_single_current_link "way", w }) %>)