mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-04 22:46:10 -05:00
Merge pull request #954 from Alkarex/FeedIdUi
UI: Add feed ID in article container
This commit is contained in:
@@ -56,7 +56,11 @@ if (!empty($this->entries)) {
|
||||
?></div><?php
|
||||
$display_others = false;
|
||||
}
|
||||
?><div class="flux<?php echo !$this->entry->isRead() ? ' not_read' : ''; ?><?php echo $this->entry->isFavorite() ? ' favorite' : ''; ?>" id="flux_<?php echo $this->entry->id(); ?>"><?php
|
||||
?><div class="flux<?php echo !$this->entry->isRead() ? ' not_read' : '';
|
||||
?><?php echo $this->entry->isFavorite() ? ' favorite' : '';
|
||||
?>" id="flux_<?php echo $this->entry->id();
|
||||
?>" data-feed="<?php echo $this->feed->id();
|
||||
?>"><?php
|
||||
|
||||
$this->renderHelper('index/normal/entry_header');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user