Skip to content

Commit

Permalink
Update _form_share.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanaLMoore committed Jul 2, 2024
1 parent 7d74c98 commit 8a0945c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/hyrax/dashboard/collections/_form_share.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
Hyrax::Group.all.map { |g| [g.humanized_name, g.name] },
{ prompt: "Select a group..." },
class: 'form-control' %>
as
<label class="mx-2">as</label>
<%= builder.select :access,
access_options,
{ prompt: "Select a role..." },
Expand All @@ -55,7 +55,7 @@
<%= builder.hidden_field :agent_type %>
<%= builder.text_field :agent_id,
placeholder: "Search for a user..." %>
as
<label class="mx-2">as</label>
<%= builder.select :access,
access_options,
{ prompt: "Select a role..." },
Expand Down

0 comments on commit 8a0945c

Please sign in to comment.