Skip to content

Commit

Permalink
Merge branch 'main' into reindex-fileset-after-file-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
laritakr authored Nov 1, 2024
2 parents 7bfd25d + 5df46bf commit 1495543
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/views/hyrax/file_sets/_permission_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@
<%= select_tag 'new_group_permission_skel', options_for_select(configured_permission_options), class: 'form-control' %>
</div>
<div class="col-sm-3">
<span class="sr-only"><%= t('.add_new_group_skel') %></span>
<button class="btn btn-secondary" id="add_new_group_skel"><i class="fa fa-plus"></i></button>
<button class="btn btn-secondary" id="add_new_group_skel">
<span class="sr-only"><%= t('.add_new_group_skel') %></span>
<i class="fa fa-plus"></i>
</button>
<br /><span id="directory_group_result"></span>
</div>
</div>
Expand Down

0 comments on commit 1495543

Please sign in to comment.