From dec55b59dc1a5be69073b6f532c8165de09c3ee4 Mon Sep 17 00:00:00 2001 From: Julie Hardesty Date: Thu, 7 Nov 2024 13:58:28 -0500 Subject: [PATCH] Add id and missing style on disabled checkbox --- .../hyrax/dashboard/collections/_list_collections.html.erb | 2 +- app/views/hyrax/my/collections/_list_collections.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/hyrax/dashboard/collections/_list_collections.html.erb b/app/views/hyrax/dashboard/collections/_list_collections.html.erb index 8f0a87a9b1..0a413437dc 100644 --- a/app/views/hyrax/dashboard/collections/_list_collections.html.erb +++ b/app/views/hyrax/dashboard/collections/_list_collections.html.erb @@ -12,7 +12,7 @@ <% else %> - + <% end %> diff --git a/app/views/hyrax/my/collections/_list_collections.html.erb b/app/views/hyrax/my/collections/_list_collections.html.erb index 6dfc65d7af..c536ce248b 100644 --- a/app/views/hyrax/my/collections/_list_collections.html.erb +++ b/app/views/hyrax/my/collections/_list_collections.html.erb @@ -14,7 +14,7 @@ <% else %> - + <% end %>