Fix tag links.

This commit is contained in:
Tom Hughes 2007-08-14 23:45:25 +00:00
parent 4fd689b035
commit b62561cdb5

View file

@ -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 %>
</td>