Sha256: 1d7250da88c668bc28460210596fd3d271cddf91be398e53b6dfe7de8cfa17fc

Contents?: true

Size: 601 Bytes

Versions: 31

Compression:

Stored size: 601 Bytes

Contents

<p class="instructions"><%= t('.instructions') %></p>

<%= bootstrap_form_with(url: exhibit_bulk_updates_path, method: :patch, multipart: true, layout: :inline) do |f| %>
  <%= f.label :file, t('.file_label'), class: 'col-form-label col-md-3' %>
  <%= file_field_tag :file, class: 'form-control', accept: '.csv,text/csv', 'aria-described-by' => 'bulk-update-form-help' %>
  <%= f.submit t('.submit'), class: 'btn btn-primary ml-2' %>
<% end %>
<div class="row">
  <div class="offset-md-3">
    <p id="bulk-update-form-help" class="form-text text-muted ml-2"><%= t('.form_help') %></p>
  </div>
</div>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
blacklight-spotlight-3.6.0.beta10 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.6.0.beta9 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.6.0.beta8 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.5.0.4 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.6.0.beta7 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.5.0.3 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.6.0.beta6 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.6.0.beta5 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.6.0.beta4 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.6.0.beta3 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.6.0.beta1 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.5.0.2 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.5.0.1 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.5.0 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.4.4.1 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.4.4 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.4.3 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.4.2.2 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.4.2.1 app/views/spotlight/bulk_updates/_upload.html.erb
blacklight-spotlight-3.4.2 app/views/spotlight/bulk_updates/_upload.html.erb