X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/289ab7c19d3fbce8639282ae6c9611374ec43760..c5b35406a6236bc8ab993477214bacb303809169:/app/controllers/trace_controller.rb diff --git a/app/controllers/trace_controller.rb b/app/controllers/trace_controller.rb index b19e4d8b6..60b6502e2 100644 --- a/app/controllers/trace_controller.rb +++ b/app/controllers/trace_controller.rb @@ -206,7 +206,7 @@ class TraceController < ApplicationController trace.visible = false trace.save flash[:notice] = t 'trace.delete.scheduled_for_deletion' - redirect_to :action => :mine, :display_name => @user.display_name + redirect_to :action => :list, :display_name => @user.display_name else render :nothing => true, :status => :bad_request end