app/views/spina/admin/attachments/_attachment.html.haml in spina-0.12.0 vs app/views/spina/admin/attachments/_attachment.html.haml in spina-1.0.0

- old
+ new

@@ -1,7 +1,7 @@ %tr - %td= link_to attachment.name, attachment.file.try(:url), target: :blank - %td.nowrap= number_to_human_size(attachment.file.size) + %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 + %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)} \ No newline at end of file