Add ability to remove identity proofs from account (#13682)

Fix #12613
This commit is contained in:
Eugen Rochko
2020-05-10 11:21:10 +02:00
committed by GitHub
parent 26b08a3c54
commit 8be4c2ba21
5 changed files with 32 additions and 7 deletions

View File

@ -18,3 +18,4 @@
%td
= table_link_to 'external-link', t('identity_proofs.view_proof'), proof.badge.proof_url if proof.badge.proof_url
= table_link_to 'trash', t('identity_proofs.remove'), settings_identity_proof_path(proof), method: :delete, data: { confirm: t('admin.accounts.are_you_sure') }