X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/12c1d5e6c05813a0697724277b4d8529a1a7c240..bdb4e025f8d0ae24b83b4d878772140765680050:/app/views/traces/index.html.erb diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index b930491c6..c82120a7d 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -8,7 +8,7 @@ <% if params[:tag] %>
  • - <%= link_to t(".remove_tag_filter", :tag => params[:tag]), { :controller => "traces", :action => "index", :display_name => nil, :tag => nil, :page => nil } %> + <%= link_to t(".remove_tag_filter", :tag => params[:tag]), { :controller => "traces", :action => "index", :tag => nil } %>
  • <% end %> @@ -17,39 +17,38 @@ <% if @target_user.blank? %> <% if current_user %> <% end %> <% elsif current_user && current_user == @target_user %> <% else %> <% if current_user && current_user != @target_user %> <% end %> <% end %> - -