mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
115693873-wrong_route
This commit is contained in:
parent
abf736e540
commit
f97bab5f87
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class Admin::PendingDeletesController < AdminController
|
|||
if registrant_verification.domain_registrant_delete_confirm!("admin #{current_user.username}")
|
||||
redirect_to admin_domain_path(@domain.id), notice: t(:pending_applied)
|
||||
else
|
||||
redirect_to admin_edit_domain_path(@domain.id), alert: t(:failure)
|
||||
redirect_to admin_domain_path(@domain.id), alert: t(:failure)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue