app/views/spina/admin/attachments/_attachment.html.haml in spina-0.6.12 vs app/views/spina/admin/attachments/_attachment.html.haml in spina-0.6.13

- old
+ new

@@ -2,6 +2,6 @@ %td= attachment.name %td.nowrap= number_to_human_size(attachment.file.size) %td.nowrap %small= l attachment.created_at, format: '%d %B %Y %H:%M' %td.nowrap - = link_to "Verwijderen", "#", class: 'button button-link button-danger button-small', data: {confirm: "Weet je zeker dat je <strong>#{attachment.name}</strong> wilt verwijderen?"} + = link_to t('spina.delete'), "#", class: 'button button-link button-danger button-small', data: {confirm: t('spina.delete_confirmation', subject: attachment.name)} \ No newline at end of file