<%= link_to attachment.filename, messages_attachment_download_path(attachment.parent_id,attachment.idx) %>
|
<%= attachment.main_type %>/<%= attachment.sub_type %>
|
<%= attachment.charset %>
|
<%= attachment.content_transfer_encoding %>
|
<%= size_formatter(attachment.getSize) %>
|
<%= link_to t(:download), messages_attachment_download_path(attachment.parent_id,attachment.idx) %>
|