pic_vert_app/app/views/note_files/_form.html.haml

16 lines
363 B
Plaintext

%form.fileupload{:action => note_files_path(:note_id => note.id), :enctype => "multipart/form-data", :method => "POST"}
%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+");"