mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Revert "Story #104525314 - admin is not allowed to reject pendingDeleteConfirmation"
user actually does want this feature
This reverts commit b5c3a24bde
.
This commit is contained in:
parent
c644afdaf3
commit
107448d919
1 changed files with 4 additions and 0 deletions
|
@ -2,3 +2,7 @@
|
||||||
= link_to(t(:accept_delete), admin_domain_pending_delete_path(f.object.id, f.object.id),
|
= link_to(t(:accept_delete), admin_domain_pending_delete_path(f.object.id, f.object.id),
|
||||||
method: :patch, data: { confirm: t(:are_you_sure) },
|
method: :patch, data: { confirm: t(:are_you_sure) },
|
||||||
class: 'btn btn-danger btn-xs')
|
class: 'btn btn-danger btn-xs')
|
||||||
|
|
||||||
|
= link_to(t(:reject_delete), admin_domain_pending_delete_path(f.object.id, f.object.id),
|
||||||
|
method: :delete, data: { confirm: t(:are_you_sure) },
|
||||||
|
class: 'btn btn-danger btn-xs')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue