From ce6bddcbd94fd28cf5ed3ddf5c797af5886a98e7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 9 Aug 2007 21:51:35 +0000 Subject: [PATCH] Make tag links work again. --- app/views/trace/_trace_optionals.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %> -- 2.39.5