mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
parent
a74216c5e5
commit
3222480b49
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Admin::PendingUpdatesController < AdminController
|
||||||
if @epp_domain.apply_pending_update!
|
if @epp_domain.apply_pending_update!
|
||||||
redirect_to admin_domain_path(@domain.id), notice: t(:pending_applied)
|
redirect_to admin_domain_path(@domain.id), notice: t(:pending_applied)
|
||||||
else
|
else
|
||||||
redirect_to admin_edit_domain_path(@domain.id), alert: t(:failure)
|
redirect_to edit_admin_domain_path(@domain.id), alert: t(:failure)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue