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 %>