]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/trace/_trace_optionals.rhtml
Pass the to_user to the view. Tests may follow. Closes #1394
[rails.git] / app / views / trace / _trace_optionals.rhtml
index 20db1f495fdc1322ec5319bf822954b21ed27beb..b5b068fe60de4387287e30542cc7a479d6619b55 100644 (file)
@@ -5,7 +5,7 @@
     <br />
     <% if @all_tags %>
       <% @all_tags.each do |tag| %>
-        <%= link_to tag, :controller => 'trace', :action => @paging_action, :tag => tag %><br />
+        <%= link_to_tag tag %><br />
       <% end %>
     <% end %>
   </div>