diff --git a/app/views/fine_print/contracts/show.html.erb b/app/views/fine_print/contracts/show.html.erb index bd2916b..31c5b9f 100644 --- a/app/views/fine_print/contracts/show.html.erb +++ b/app/views/fine_print/contracts/show.html.erb @@ -34,7 +34,7 @@ <%= link_to t('fine_print.contract.actions.delete'), @contract, method: :delete, - date: { + data: { confirm: t('fine_print.contract.actions.confirm.delete') }, class: 'fine_print link' %>