diff options
Diffstat (limited to 'app')
| -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> |
