From 7d74c986703808f69df566d96992eda1d88cdf42 Mon Sep 17 00:00:00 2001 From: Shana Moore Date: Thu, 27 Jun 2024 13:26:51 -0700 Subject: [PATCH] Update _form_share.html.erb --- app/views/hyrax/dashboard/collections/_form_share.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/hyrax/dashboard/collections/_form_share.html.erb b/app/views/hyrax/dashboard/collections/_form_share.html.erb index 07dd69490..53cae8403 100644 --- a/app/views/hyrax/dashboard/collections/_form_share.html.erb +++ b/app/views/hyrax/dashboard/collections/_form_share.html.erb @@ -28,7 +28,7 @@ Hyrax::Group.all.map { |g| [g.humanized_name, g.name] }, { prompt: "Select a group..." }, class: 'form-control' %> - as + as <%= builder.select :access, access_options, { prompt: "Select a role..." }, @@ -55,6 +55,7 @@ <%= builder.hidden_field :agent_type %> <%= builder.text_field :agent_id, placeholder: "Search for a user..." %> + as <%= builder.select :access, access_options, { prompt: "Select a role..." },