Skip to content

Commit

Permalink
Fix #6798
Browse files Browse the repository at this point in the history
  • Loading branch information
rodyoukai committed Dec 10, 2024
1 parent f441894 commit 997ee2d
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 997ee2d

Please sign in to comment.