Sha256: 15b35582464a8a4be05597818cbb94aa2d3cf9b6b9c044863c7106e86c598865
Contents?: true
Size: 863 Bytes
Versions: 16
Compression:
Stored size: 863 Bytes
Contents
<p class="instructions mb-4"><%= t('.instructions') %></p> <%= bootstrap_form_with(url: exhibit_bulk_updates_path, method: :patch, html: { multipart: true }) do |f| %> <div class="row"> <div class="col-12 col-md-3 text-md-right text-md-end"> <%= f.label :file, t('.file_label'), class: 'col-form-label' %> </div> <div class="col-12 col-md-9"> <div class="input-group"> <%= file_field_tag :file, class: 'form-control', accept: '.csv,text/csv', 'aria-described-by': 'bulk-update-form-help' %> <div class="input-group-append"> <%= f.submit t('.submit'), class: 'btn btn-primary' %> </div> </div> </div> </div> <% end %> <div class="row"> <div class="col-12 col-md-9 offset-md-3"> <p id="bulk-update-form-help" class="form-text text-muted ml-3"><%= t('.form_help') %></p> </div> </div>
Version data entries
16 entries across 16 versions & 1 rubygems