mailr/themes/olive/views/messages/_attachment.html.erb

19 lines
435 B
Plaintext
Raw Normal View History

2011-08-24 19:20:13 +02:00
<td>
<%= link_to attachment.title, messages_attachment_download_path(attachment.message_id,attachment.idx) %>
</td>
<td>
<%= attachment.type %>
</td>
<td>
<%= attachment.charset %>
</td>
<td>
<%= attachment.encoding %>
</td>
<td>
<%= link_to t(:download), messages_attachment_download_path(attachment.message_id,attachment.idx) %>
</td>
2011-08-27 22:00:06 +02:00
<td>
<%= link_to t(:view), messages_part_body_path(attachment.message_id,attachment.idx) %>
</td>