mailr/app/views/messages/_attachment.html.haml

15 lines
330 B
Plaintext
Raw Normal View History

2012-03-24 13:23:34 +01:00
%td
= attachment.filename_charseted
%td
= attachment.main_type
\/
= attachment.sub_type
%td
= attachment.charset
%td
= attachment.content_transfer_encoding
%td
= size_formatter(attachment.getSize)
%td
= link_to "<i class=\"icon-download-alt\"></i>".html_safe, attachment_download_path(attachment.parent_id,attachment.idx)