mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
use svg icon for packed article placeholders
This commit is contained in:
@@ -534,7 +534,9 @@ const Headlines = {
|
||||
<div class="content" onclick="return Headlines.click(event, ${hl.id}, true);">
|
||||
${Article.renderNote(hl.id, hl.note)}
|
||||
<div class="content-inner" lang="${hl.lang ? hl.lang : 'en'}">
|
||||
<img src="${App.getInitParam('icon_indicator_white')}">
|
||||
<div class="text-center">
|
||||
<img class="icon-unpack-pending" src="${App.getInitParam('icon_three_dots')}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="intermediate">
|
||||
${Article.renderEnclosures(hl.enclosures)}
|
||||
|
||||
Reference in New Issue
Block a user