<%= bootstrap_form_for [:import, current_exhibit], html: { class: 'clearfix', multipart: true } do |f| %>

<%= t :'.instructions' %>

<%= file_field_tag :file, class: 'form-control' %>
<%= f.submit t(:'.button'), class: 'btn btn-primary' %>
<% end %>