mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 09:43:36 +02:00
Story #104525314 - admin is not allowed to reject pendingDeleteConfirmation
This commit is contained in:
parent
229f5a34af
commit
b5c3a24bde
1 changed files with 0 additions and 4 deletions
|
@ -2,7 +2,3 @@
|
||||||
= 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