X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ce6bddcbd94fd28cf5ed3ddf5c797af5886a98e7..a8333a38a2c9abf3304d61b20c5215d75fdd5795:/app/views/trace/_trace_optionals.rhtml
diff --git a/app/views/trace/_trace_optionals.rhtml b/app/views/trace/_trace_optionals.rhtml
index 6dddea17b..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, :tag => tag %>
+ <%= link_to_tag tag %>
<% end %>
<% end %>