pic_vert_app/app/views/note_files/_form.html.haml
2013-01-12 21:16:30 +01:00

20 lines
420 B
Plaintext

%form.fileupload{:action => note_files_path(:note_id => note.id), :enctype => "multipart/form-data", :method => "POST"}
.upload
%button.add_files ajouter des fichiers
%input{:multiple => "", :name => "files[]", :type => "file", :style => "float:right;"}
.progress
.bar{:style => "height:1em;"}
.note_file_queue#note_file_queue
%table#files
%script
="init_note_upload_fields("+note.id.to_s+");"