mailr/themes/olive/views/messages/_attachment.html.erb
2011-08-28 18:01:37 +02:00

22 lines
485 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>
<%= size_formatter(attachment.size) %>
</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>