Skip to content

Commit

Permalink
adds sr span to button
Browse files Browse the repository at this point in the history
  • Loading branch information
lsat12357 committed Nov 1, 2024
1 parent 25c3403 commit 482ad2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/hyrax/transfers/_received.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<% if req.pending? %>
<div class="btn-group">
<button class="btn btn-sm btn-primary" href="#"><%= t(".accept") %></button>
<button class="btn btn-sm dropdown-toggle accept" data-toggle="dropdown" href="#"></button>
<button class="btn btn-sm dropdown-toggle accept" data-toggle="dropdown" href="#"><span class="sr-only">accept options</span></button>
<ul class="dropdown-menu">
<li class="dropdown-item">
<%= link_to t(".allow_depositor_to_retain_edit_access"), hyrax.accept_transfer_path(req), method: :put, class: 'accept-retain', title: t(".accept_the_file_and_allow_the_original_depositor_to_retain_access_to_edit_the_file_and_metadata") %>
Expand Down

0 comments on commit 482ad2f

Please sign in to comment.