5 lines
175 B
Plaintext
Executable file
5 lines
175 B
Plaintext
Executable file
<td><%= check_box_tag "files[]", file_attach[:name] %></td>
|
|
<td><%= file_attach[:name] %></td>
|
|
<td><%= size_formatter(file_attach[:size]) %></td>
|
|
<td class="last"> </td>
|