From: Tom Hughes Date: Thu, 9 Aug 2007 21:51:35 +0000 (+0000) Subject: Make tag links work again. X-Git-Tag: live~8209 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ce6bddcbd94fd28cf5ed3ddf5c797af5886a98e7 Make tag links work again. --- diff --git a/app/views/trace/_trace_optionals.rhtml b/app/views/trace/_trace_optionals.rhtml index 20db1f495..6dddea17b 100644 --- a/app/views/trace/_trace_optionals.rhtml +++ b/app/views/trace/_trace_optionals.rhtml @@ -5,7 +5,7 @@
<% if @all_tags %> <% @all_tags.each do |tag| %> - <%= link_to tag, :controller => 'trace', :action => @paging_action, :tag => tag %>
+ <%= link_to tag, :tag => tag %>
<% end %> <% end %>