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:
Matt Farnsworth 2015-11-23 09:14:49 +02:00
parent c644afdaf3
commit 107448d919

View file

@ -2,3 +2,7 @@
= link_to(t(:accept_delete), admin_domain_pending_delete_path(f.object.id, f.object.id),
method: :patch, data: { confirm: t(:are_you_sure) },
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')