Sha256: 634f2bff47455155d55949b23e508c0ff07b5da1a8a05f4dc59b58a9c638127e

Contents?: true

Size: 339 Bytes

Versions: 7

Compression:

Stored size: 339 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.nowrap
    = link_to t('spina.delete'), "#", class: 'button button-link button-danger button-small', data: {confirm: t('spina.delete_confirmation', subject: attachment.name)}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
spina-0.6.19 app/views/spina/admin/attachments/_attachment.html.haml
spina-0.6.18 app/views/spina/admin/attachments/_attachment.html.haml
spina-0.6.17 app/views/spina/admin/attachments/_attachment.html.haml
spina-0.6.16 app/views/spina/admin/attachments/_attachment.html.haml
spina-0.6.15 app/views/spina/admin/attachments/_attachment.html.haml
spina-0.6.14 app/views/spina/admin/attachments/_attachment.html.haml
spina-0.6.13 app/views/spina/admin/attachments/_attachment.html.haml