From b62561cdb5162b76864408bd9be1d59720157859 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 14 Aug 2007 23:45:25 +0000 Subject: [PATCH 1/1] Fix tag links. --- app/views/trace/_trace.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/trace/_trace.rhtml b/app/views/trace/_trace.rhtml index 5b304bb32..c335fd414 100644 --- a/app/views/trace/_trace.rhtml +++ b/app/views/trace/_trace.rhtml @@ -23,7 +23,7 @@ in <% if trace.tags %> <% trace.tags.each do |tag| %> - <%= link_to tag.tag, :controller => 'trace', :action => @paging_action, :tag => tag.tag %> + <%= link_to tag.tag, :tag => tag.tag %> <% end %> <% end %> -- 2.43.2