Skip to content

Commit 7d74c98

Browse files
author
Shana Moore
authored
Update _form_share.html.erb
1 parent c15d8e1 commit 7d74c98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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+
as
3232
<%= builder.select :access,
3333
access_options,
3434
{ prompt: "Select a role..." },
@@ -55,6 +55,7 @@
5555
<%= builder.hidden_field :agent_type %>
5656
<%= builder.text_field :agent_id,
5757
placeholder: "Search for a user..." %>
58+
as
5859
<%= builder.select :access,
5960
access_options,
6061
{ prompt: "Select a role..." },

0 commit comments

Comments
 (0)