From: Tom Hughes Date: Tue, 14 Aug 2007 23:45:25 +0000 (+0000) Subject: Fix tag links. X-Git-Tag: live~8195 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/b62561cdb5162b76864408bd9be1d59720157859 Fix tag links. --- diff --git a/app/views/trace/_trace.rhtml b/app/views/trace/_trace.rhtml index 5b304bb32..c335fd414 100644 --- a/app/views/trace/_trace.rhtml +++ b/app/views/trace/_trace.rhtml @@ -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 %>