X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c382f33e1c2e17ba00898dede1ff9c3605818f16..8225f0a6ea7cb1fd7007b8503fba7571e2b0d9fb:/app/views/trace/_trace_optionals.rhtml diff --git a/app/views/trace/_trace_optionals.rhtml b/app/views/trace/_trace_optionals.rhtml index 20db1f495..b5b068fe6 100644 --- a/app/views/trace/_trace_optionals.rhtml +++ b/app/views/trace/_trace_optionals.rhtml @@ -5,7 +5,7 @@
<% if @all_tags %> <% @all_tags.each do |tag| %> - <%= link_to tag, :controller => 'trace', :action => @paging_action, :tag => tag %>
+ <%= link_to_tag tag %>
<% end %> <% end %>