Make tag links work again.

This commit is contained in:
Tom Hughes 2007-08-09 21:51:35 +00:00
parent f0c4e816b2
commit ce6bddcbd9

View file

@ -5,7 +5,7 @@
<br />
<% if @all_tags %>
<% @all_tags.each do |tag| %>
<%= link_to tag, :controller => 'trace', :action => @paging_action, :tag => tag %><br />
<%= link_to tag, :tag => tag %><br />
<% end %>
<% end %>
</div>