mailr/app/views/messages/_file_attach.html.haml
Wojciech Todryk b8eddc8e48 devel cont
2012-03-26 20:22:01 +02:00

11 lines
145 B
Plaintext
Executable file

%tr
%td
= check_box_tag "files[]", file_attach[:name]
%td
= file_attach[:name]
%td
= size_formatter(file_attach[:size])
%td