X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/05f7261763ad69dc5e67db918f506641dbb37d62..b62561cdb5162b76864408bd9be1d59720157859:/app/views/trace/_trace.rhtml 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 %>