mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +02:00
Merge branch '115693873-whodunnit_empty' into staging
This commit is contained in:
commit
8963c1d304
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