summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-01 11:15:08 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-01 11:15:08 +0200
commit4490422601824d920de5f9d6e3df0897dec0b414 (patch)
tree08d8541bf26d3cca726605ff2f4b86adb5396095 /templates
parente76ba69f66d49320005054dbf5cad477c252ed31 (diff)
fix tests
Diffstat (limited to 'templates')
-rw-r--r--templates/part.feed.unread.php2
-rw-r--r--templates/part.listfeed.php2
-rw-r--r--templates/part.listfolder.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index 275c36dd6..979824d1c 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -2,7 +2,7 @@
active: Navigation.isSubscriptionsActive(),
unread: Navigation.getUnreadCount() > 0
}"
- class="has-counter">
+ class="has-counter has-menu">
<a class="icon-rss" ng-href="#/items/" ng-if="!Navigation.isShowAll()">
<?php p($l->t('Unread articles'))?>
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index f3e2695d5..e0d00d093 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -9,7 +9,7 @@
|| Navigation.isFeedActive(feed.id)
|| !feed.id"
data-id="{{ feed.id }}"
- class="feed has-counter"
+ class="feed has-counter has-menu"
news-draggable="{
stack: '> li',
zIndex: 1000,
diff --git a/templates/part.listfolder.php b/templates/part.listfolder.php
index 91d2995ef..8f97dfa9d 100644
--- a/templates/part.listfolder.php
+++ b/templates/part.listfolder.php
@@ -11,7 +11,7 @@
|| Navigation.isFolderActive(folder.id)
|| Navigation.subFeedActive(folder.id)
|| !folder.id"
- class="folder has-counter"
+ class="folder has-counter has-menu"
data-id="{{ folder.id }}"
news-droppable>
<button class="collapse"