ual_app/app/views/admin/note_files/_form.html.haml
2014-08-24 00:18:02 +02:00

20 lines
443 B
Plaintext

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