Skip to content

Commit 8a0945c

Browse files
author
Shana Moore
committed
Update _form_share.html.erb
1 parent 7d74c98 commit 8a0945c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/hyrax/dashboard/collections/_form_share.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
Hyrax::Group.all.map { |g| [g.humanized_name, g.name] },
2929
{ prompt: "Select a group..." },
3030
class: 'form-control' %>
31-
as
31+
<label class="mx-2">as</label>
3232
<%= builder.select :access,
3333
access_options,
3434
{ prompt: "Select a role..." },
@@ -55,7 +55,7 @@
5555
<%= builder.hidden_field :agent_type %>
5656
<%= builder.text_field :agent_id,
5757
placeholder: "Search for a user..." %>
58-
as
58+
<label class="mx-2">as</label>
5959
<%= builder.select :access,
6060
access_options,
6161
{ prompt: "Select a role..." },

0 commit comments

Comments
 (0)