Sha256: e8bc907282547b05d3ab9c6a1367bbd48015e5c3f8eb7e18f62d1fd1d0e0bde6
Contents?: true
Size: 334 Bytes
Versions: 1
Compression:
Stored size: 334 Bytes
Contents
%h3= t('.new_file') = form_for :attached_file, url: attached_files_url, html: { enctype: "multipart/form-data", method: :post } do |f| = hidden_field_tag 'storage_id', storage.to_param = hidden_field_tag 'storage_type', storage.class .field = file_field_tag 'files[]', class: :test_multi %p= f.submit t('.upload')
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
the_storages-0.0.2 | app/views/the_storages/_form.haml |