X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c382f33e1c2e17ba00898dede1ff9c3605818f16..349413a520d05cf9c55fe6870de6ea2f933a3248:/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 %>