summaryrefslogtreecommitdiffstats
path: root/templates/part.showall.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-26 18:22:14 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-26 18:22:14 +0100
commita5cb76f49169a360c9c08d617f93b549a1ba62f0 (patch)
treed07b05722c6d1387cde4c7446559ce5c3e88c17d /templates/part.showall.php
parentd646f33a1a828d0622e5a8cabc6a5c21b55e0bc8 (diff)
also show unread count
Diffstat (limited to 'templates/part.showall.php')
-rw-r--r--templates/part.showall.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.showall.php b/templates/part.showall.php
index 6d7473e43..6555bfa79 100644
--- a/templates/part.showall.php
+++ b/templates/part.showall.php
@@ -1,7 +1,7 @@
-<li ui-if="!isShowAll() && isShown(feedType.Subscributions, 0)" class="show-all">
+<li ui-if="!isShowAll() && isShown(feedType.Subscriptions, 0)" class="show-all">
<a ng-click="setShowAll(true)" href="#"><?php p($l->t('Show all')); ?></a>
</li>
-<li ui-if="isShowAll() && isShown(feedType.Subscributions, 0)" class="show-all">
+<li ui-if="isShowAll() && isShown(feedType.Subscriptions, 0)" class="show-all">
<a ng-click="setShowAll(false)" href="#"><?php p($l->t('Show only unread')); ?></a>
</li>