]> git.openstreetmap.org Git - rails.git/commitdiff
Make tag links work again.
authorTom Hughes <tom@compton.nu>
Thu, 9 Aug 2007 21:51:35 +0000 (21:51 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 9 Aug 2007 21:51:35 +0000 (21:51 +0000)
app/views/trace/_trace_optionals.rhtml

index 20db1f495fdc1322ec5319bf822954b21ed27beb..6dddea17b0f2580c6d5e70f856dbe199636a9458 100644 (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>