.form-page--narrow = form_tag bulk_upload_documents_path, multipart: true do .field = file_field_tag :new_documents, multiple: true, name: "documents[attachments][][attachment]" .actions = submit_tag 'Upload', class: 'btn' -# TODO: Add delete action to this