Make tag links work again.
This commit is contained in:
parent
f0c4e816b2
commit
ce6bddcbd9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue