aboutsummaryrefslogtreecommitdiff
path: root/app/views/index
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-09-12 18:15:46 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-09-12 18:15:46 +0200
commit133e369afff02e5984fe4ce5109e33fd2fbccfc7 (patch)
tree445feb4bf7631f7f10d1d715dab297afca3cc65c /app/views/index
parentf148e3938cc8daaaef1c71853594fbe142a1329e (diff)
parent0204e8ff08ba9ae103c46d08484cf30aedfb9148 (diff)
Version 1.1.3-beta1.1.3-beta
Diffstat (limited to 'app/views/index')
-rw-r--r--app/views/index/normal.phtml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml
index f71abf158..91ebcebd3 100644
--- a/app/views/index/normal.phtml
+++ b/app/views/index/normal.phtml
@@ -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');