]> git.openstreetmap.org Git - rails.git/commitdiff
Fix tag links.
authorTom Hughes <tom@compton.nu>
Tue, 14 Aug 2007 23:45:25 +0000 (23:45 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 14 Aug 2007 23:45:25 +0000 (23:45 +0000)
app/views/trace/_trace.rhtml

index 5b304bb32106e35abd9c73d1efda783ffe68f39c..c335fd4140ab9985637bbf7b15f0377d86634e0f 100644 (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>