mailr/themes/olive/views/messages/_attachment.html.erb
2011-08-27 22:00:06 +02:00

19 lines
435 B
Plaintext
Executable file

<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>
<td>
<%= link_to t(:view), messages_part_body_path(attachment.message_id,attachment.idx) %>
</td>