Skip to content

Commit

Permalink
Merge pull request #6982 from rodyoukai/Fix-Hidden-element-has-focusa…
Browse files Browse the repository at this point in the history
…ble-content-on-Collection-edit-page

Fix #6798
  • Loading branch information
dlpierce authored Dec 11, 2024
2 parents 95ca39b + 50f370f commit 252b59d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</td>
<td>
<div class="media">
<%= link_to [main_app, document], "class" => "media-left mr-3", "aria-hidden" => "true" do %>
<%= link_to [main_app, document], "class" => "media-left mr-3" do %>
<%= document_presenter(document)&.thumbnail&.thumbnail_tag(
{ class: "d-none d-md-block file_listing_thumbnail", alt: document.title_or_label }, { suppress_link: true }
) %>
Expand Down

0 comments on commit 252b59d

Please sign in to comment.