mailr/app/views/messages/_file_attach.html.erb

5 lines
175 B
Plaintext
Raw Normal View History

2012-03-24 13:23:34 +01: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>