diff --git a/app/views/hyrax/batch_select/_add_button.html.erb b/app/views/hyrax/batch_select/_add_button.html.erb index a4ba9e05cc..a66c5b82ab 100644 --- a/app/views/hyrax/batch_select/_add_button.html.erb +++ b/app/views/hyrax/batch_select/_add_button.html.erb @@ -1,3 +1,3 @@
- + <%= check_box_tag "batch_document_ids[]", document.id, false, class:"batch_document_selector", id: "batch_document_#{document.id}", checks: "active", 'aria-labelledby': "batch_document_#{document.id}" %>
\ No newline at end of file diff --git a/app/views/hyrax/embargoes/_list_expired_active_embargoes.html.erb b/app/views/hyrax/embargoes/_list_expired_active_embargoes.html.erb index 4c2023d7ff..37889239e8 100644 --- a/app/views/hyrax/embargoes/_list_expired_active_embargoes.html.erb +++ b/app/views/hyrax/embargoes/_list_expired_active_embargoes.html.erb @@ -22,7 +22,7 @@ - + <%= render partial: 'table_headers' %> @@ -40,7 +40,7 @@
- + <%= check_box_tag "embargoes[#{i}][copy_visibility]", curation_concern.id, true, 'aria-labelledby': "embargoes_#{i}_copy_visibility" %>