Sha256: f4d469a6c60c2ccd2989027e958a3f3c852633526c04cc239dd0ee8e82a4a224
Contents?: true
Size: 1.09 KB
Versions: 21
Compression:
Stored size: 1.09 KB
Contents
<p class="instructions"><%= t('.instructions_html') %></p> <%= bootstrap_form_with(url: download_template_exhibit_bulk_updates_path, local: true, target: '_blank') do |f| %> <div class="row"> <div class="col col-sm-3"> <%= f.form_group(:reference_fields, label: { text: t('.reference_fields.heading'), class: 'font-weight-bold fw-bold mb-3' }) do %> <%= f.check_box('reference_fields[item_id]', label: t('.item_id'), checked: true, disabled: true) %> <%= f.check_box('reference_fields[item_title]', label: t('.item_title')) %> <% end %> </div> <div class="col col-sm-3"> <%= f.form_group(:updatable_fields, label: { text: t('.updatable_fields.heading'), class: 'font-weight-bold fw-bold mb-3' }) do %> <%= f.check_box('updatable_fields[visibility]', checked: true, label: t('.visibility')) %> <%= f.check_box('updatable_fields[tags]', label: t('.tags')) %> <% end %> </div> <div class="col col-sm-3 download-csv"> <%= f.submit t('.submit'), class: 'btn btn-primary' %> </div> </div> <% end %> <%= t('.guidelines_html') %>
Version data entries
21 entries across 21 versions & 1 rubygems