Sha256: 18e4f170f8b8d5db2b265c1b6855a9a942b1276803cdcd20362a941666c99a8d
Contents?: true
Size: 453 Bytes
Versions: 15
Compression:
Stored size: 453 Bytes
Contents
%tr %td= link_to attachment.name, file_url(attachment.file), target: :blank %td.nowrap= number_to_human_size(attachment.file.byte_size) %td.nowrap %small= l attachment.created_at, format: '%d %B %Y %H:%M' %td.nowrap.text-right = link_to t('spina.delete'), admin_attachment_path(attachment), method: :delete, class: 'button button-link button-danger button-small', data: {confirm: t('spina.delete_confirmation', subject: attachment.name)}
Version data entries
15 entries across 15 versions & 1 rubygems