sul-dlss/argo

View on GitHub
app/views/bulk_actions/apply_apo_defaults_jobs/_new.html.erb

Summary

Maintainability
Test Coverage
<%= form_with url: apply_apo_defaults_job_path, class: 'new_bulk_action', data: { turbo_frame: '_top' } do |f| %>
  <%= render 'bulk_actions/errors' %>

  <span class='help-block'>
    Overwrite object metadata with the defaults from the APO.
  </span>

  <%= render 'bulk_actions/druids', f: %>
  <%= render 'bulk_actions/common_fields', f: %>
<% end %>