summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-15 21:12:46 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-15 21:12:46 +0200
commit35ba857da23ccd7cd04d246d2a5f29269a5ccfdf (patch)
treef5aa712758f1eb27164e7d34021fd21e301b07aa /templates/part.items.php
parent2ce1a03bca9441d5058ad464620a08af513d50d0 (diff)
always display new feeds and folders at the top when theyre being added
Diffstat (limited to 'templates/part.items.php')
-rw-r--r--templates/part.items.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/part.items.php b/templates/part.items.php
index 79b3457d5..ac70e0658 100644
--- a/templates/part.items.php
+++ b/templates/part.items.php
@@ -3,7 +3,6 @@
ng-repeat="item in itemBusinessLayer.getAll() | orderBy:'id':true "
ng-class="{ read: item.isRead() }"
data-id="{{ item.id }}"
- data-feed="{{ item.feedId }}">
<h2 class="item_date">
<span class="timeago" title="{{item.pubDate*1000|date:'dd-MM-yyyy'}}">
{{ getRelativeDate(item.pubDate) }}