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

5 lines
175 B
Plaintext
Raw Normal View History

2011-09-09 22:10:25 +02:00
<td><%= check_box_tag "files[]", file_attach[:name] %></td>
<td><%= file_attach[:name] %></td>
<td><%= size_formatter(file_attach[:size]) %></td>
<td class="last">&nbsp;</td>