summaryrefslogtreecommitdiff
path: root/app/views/content/_headline_image.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-29 12:14:05 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-29 12:14:05 +0200
commite7189ea09ed6efb264f4f3d430702ae22884139d (patch)
tree4df26fcca49cd057af6818d38afd9531f498a6f9 /app/views/content/_headline_image.html.erb
parentdd0d3bdc5935026af2d76bd437c2446be8657665 (diff)
Don't display file icon in headline card, it's superflous
Diffstat (limited to 'app/views/content/_headline_image.html.erb')
-rw-r--r--app/views/content/_headline_image.html.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/content/_headline_image.html.erb b/app/views/content/_headline_image.html.erb
index c05b17ef..7af8a9ff 100644
--- a/app/views/content/_headline_image.html.erb
+++ b/app/views/content/_headline_image.html.erb
@@ -7,7 +7,6 @@
7 <%= image_tag @headline_asset.upload.url(:medium), :alt => "", :class => "headline_document_card_thumb" %> 7 <%= image_tag @headline_asset.upload.url(:medium), :alt => "", :class => "headline_document_card_thumb" %>
8 <div class="headline_document_card_info"> 8 <div class="headline_document_card_info">
9 <div class="headline_document_card_titlerow"> 9 <div class="headline_document_card_titlerow">
10 <%= icon("file-text", library: "tabler", "aria-hidden": true) %>
11 <span class="headline_document_card_title"><%= humanized_asset_name(@headline_asset) %></span> 10 <span class="headline_document_card_title"><%= humanized_asset_name(@headline_asset) %></span>
12 </div> 11 </div>
13 <span class="headline_document_card_meta">PDF · <%= number_to_human_size(@headline_asset.upload.size) %></span> 12 <span class="headline_document_card_meta">PDF · <%= number_to_human_size(@headline_asset.upload.size) %></span>