Skip to content

Commit

Permalink
Merge pull request #2261 from samvera/i51-replace-as-word-in-view
Browse files Browse the repository at this point in the history
i51 - reverts accidental delete
  • Loading branch information
ShanaLMoore authored Jul 3, 2024
2 parents bca682d + 8a0945c commit f7e9a0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/hyrax/dashboard/collections/_form_share.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
Hyrax::Group.all.map { |g| [g.humanized_name, g.name] },
{ prompt: "Select a group..." },
class: 'form-control' %>
<label class="mx-2">as</label>
<%= builder.select :access,
access_options,
{ prompt: "Select a role..." },
Expand All @@ -54,6 +55,7 @@
<%= builder.hidden_field :agent_type %>
<%= builder.text_field :agent_id,
placeholder: "Search for a user..." %>
<label class="mx-2">as</label>
<%= builder.select :access,
access_options,
{ prompt: "Select a role..." },
Expand Down

0 comments on commit f7e9a0d

Please sign in to comment.