<%= text_field_tag "attachments[#{attachment.id}][filename]", attachment.filename, :size => 40 %> |
<%= text_field_tag "attachments[#{attachment.id}][description]", attachment.description, :size => 80, :placeholder => l(:label_optional_description) %>
|
<% end %>