Anexos aninhados

This commit is contained in:
2008-04-22 12:02:51 -03:00
parent 0695c44b21
commit ba62ba336c
10 changed files with 80 additions and 7 deletions

View File

@@ -6,6 +6,10 @@
%p.grey= "Tamanho máximo: #{number_to_human_size(App.max_upload_file_size)}"
%dd= file_field 'attachment', 'file'
%dt
%label{:for => 'attachment_path'} Pasta
%dd= text_field 'attachment', 'path'
%dt
%label{:for => "attachment_description"} Descrição
%dd= preserve(text_area 'attachment', 'description')