We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15d8e1 commit 7d74c98Copy full SHA for 7d74c98
app/views/hyrax/dashboard/collections/_form_share.html.erb
@@ -28,7 +28,7 @@
28
Hyrax::Group.all.map { |g| [g.humanized_name, g.name] },
29
{ prompt: "Select a group..." },
30
class: 'form-control' %>
31
- as
+ as
32
<%= builder.select :access,
33
access_options,
34
{ prompt: "Select a role..." },
@@ -55,6 +55,7 @@
55
<%= builder.hidden_field :agent_type %>
56
<%= builder.text_field :agent_id,
57
placeholder: "Search for a user..." %>
58
59
60
61
0 commit comments