]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/trace_controller.rb
More fixed to trace redirection
[rails.git] / app / controllers / trace_controller.rb
index b19e4d8b63952b5896e114ec3167bc9dae68a79a..60b6502e20b7b1a56fd198971f671ed692f8553b 100644 (file)
@@ -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