Sha256: 69c4fa80bd7bc543717844f9c8a5d8c9945b868c5d9756abd742a360143e70cf
Contents?: true
Size: 419 Bytes
Versions: 12
Compression:
Stored size: 419 Bytes
Contents
%tr %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= attachment.file.try(:url) %td.nowrap = 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
12 entries across 12 versions & 1 rubygems