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 7d74c98 commit 8a0945cCopy full SHA for 8a0945c
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
+ <label class="mx-2">as</label>
32
<%= builder.select :access,
33
access_options,
34
{ prompt: "Select a role..." },
@@ -55,7 +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