diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-29 12:14:05 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-29 12:14:05 +0200 |
| commit | e7189ea09ed6efb264f4f3d430702ae22884139d (patch) | |
| tree | 4df26fcca49cd057af6818d38afd9531f498a6f9 /app/views | |
| parent | dd0d3bdc5935026af2d76bd437c2446be8657665 (diff) | |
Don't display file icon in headline card, it's superflous
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/content/_headline_image.html.erb | 1 |
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> |
