summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.unread.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-06-02 00:57:12 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-06-02 00:57:12 +0200
commit8601a2b83367627f3c0957f353b5a753dc1aa486 (patch)
treef0d8d7d0c9a42a446aa1fe48a3d16fb87727ece9 /templates/part.feed.unread.php
parent1280da30fcca91fa1a07db70271393d3c4876369 (diff)
reload with directive
Diffstat (limited to 'templates/part.feed.unread.php')
-rw-r--r--templates/part.feed.unread.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index d55eb258e..7381d68d7 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -3,11 +3,11 @@
unread: Navigation.getUnreadCount() > 0
}">
- <a class="rss-icon" ng-href="#/items" news-route-reload ng-if="!Navigation.isShowAll()">
+ <a class="rss-icon" ng-href="#/items/" ng-if="!Navigation.isShowAll()">
<?php p($l->t('Unread articles'))?>
</a>
- <a class="rss-icon" ng-href="#/items" news-route-reload ng-if="Navigation.isShowAll()">
+ <a class="rss-icon" ng-href="#/items/" ng-if="Navigation.isShowAll()">
<?php p($l->t('All articles'))?>
</a>