Sha256: 26b900bf8b578c6369889d71f6634e8332c70a57917930dd01668b3d91c3164d
Contents?: true
Size: 581 Bytes
Versions: 17
Compression:
Stored size: 581 Bytes
Contents
<%- set_title 'Import FAQs' -%> <%= form_tag upload_admin_publication_managed_contents_path, :method => :post, :multipart => true do -%> <fieldset class="form_container"> <p>To import FAQs, upload the import file below. Make sure the file follows this <%= link_to 'format', '/sample-faqs.xls' -%>: it must be tab-delimited and the column names must match exactly. Otherwise, your data won't be processed correctly.</p> <fieldset> <%= file_field 'upload', 'datafile' -%> </fieldset> </fieldset> <%= submit_tag 'Upload', :class => 'button' -%> <%- end -%>
Version data entries
17 entries across 17 versions & 1 rubygems