summaryrefslogtreecommitdiffstats
path: root/templates/part.listfolder.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.listfolder.php')
-rw-r--r--templates/part.listfolder.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/part.listfolder.php b/templates/part.listfolder.php
index 63752521d..4266b4814 100644
--- a/templates/part.listfolder.php
+++ b/templates/part.listfolder.php
@@ -30,7 +30,8 @@
class="svg action delete-icon"
title="<?php p($l->t('Delete folder')); ?>"></button>
- <span class="unread-counter">
+ <span class="unread-counter"
+ ng-show="folderBusinessLayer.getUnreadCount(folder.id) > 0">
{{ folderBusinessLayer.getUnreadCount(folder.id) }}
</span>