Sha256: 7fb2e7f5bcef334f98237dc8dee433eac0b083da639a725a630fdc52c5089c35
Contents?: true
Size: 885 Bytes
Versions: 4
Compression:
Stored size: 885 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 rounded-0 rounded-end' %> </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
4 entries across 4 versions & 1 rubygems