mailr/themes/olive/views/messages/_attachment.html.erb
Wojciech Todryk b9561278d0 devel
2011-08-24 19:20:13 +02:00

16 lines
337 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>