7 lines
348 B
Plaintext
Executable file
7 lines
348 B
Plaintext
Executable file
<td><%= check_box_tag "uids[]", row.uid %></td>
|
|
<td><%= attachment_formatter(row) %></td>
|
|
<td nowrap="nowrap"><%= address_formatter(row.from) %></td>
|
|
<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(' ') %>
|