2011-08-02 23:12:17 +02:00
|
|
|
<td><%= check_box_tag "uids[]", row.uid %></td>
|
|
|
|
<td><%= attachment_formatter(row) %></td>
|
2011-08-16 20:05:58 +02:00
|
|
|
<td nowrap="nowrap"><%= address_formatter(row.from_addr) %></td>
|
2011-08-02 23:12:17 +02:00
|
|
|
<td nowrap="nowrap"><%= subject_formatter(row) %></td>
|
|
|
|
<td nowrap="nowrap"><%= date_formatter(row.date) %></td>
|
|
|
|
</td><td nowrap="nowrap"><%= size_formatter(row.size) %></td><td><%= raw(' ') %>
|