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

<%= t :'.instructions' %>

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