summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-26 18:21:00 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-26 18:21:00 +0100
commitd646f33a1a828d0622e5a8cabc6a5c21b55e0bc8 (patch)
tree961c15990076a8f0fe9a7308b34f9aed1b5ca6a6 /templates/part.listfeed.php
parentc8d3f8fb4681f6993f1c9389e507df0724f56579 (diff)
deleting and adding feeds works
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index a6193afe7..2f136801c 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -11,7 +11,7 @@
href="#"
class="title"
ng-click="loadFeed(feedType.Feed, feed.id)">
- {{feed.name}}
+ {{feed.title}}
</a>
<span class="utils">
@@ -28,7 +28,5 @@
ng-click="markAllRead(feedType.Feed, feed.id)"
title="<?php p($l->t('Mark all read')); ?>"></button>
-
-
</span>
</li>