(html) Show active tasks count in Calendar module

This commit is contained in:
Francis Lachapelle
2015-09-21 09:48:42 -04:00
parent 1c666e8ead
commit 959ea0f62f
4 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -258,7 +258,7 @@
<p class="sg-item-name"
ng-show="app.editMode != folder.path">
{{app.metadataForFolder(folder).name}}
<span class="sg-unread-badge" ng-show="folder.unseenCount">{{folder.unseenCount}}</span>
<span class="sg-counter-badge" ng-show="folder.unseenCount">{{folder.unseenCount}}</span>
</p>
<md-input-container class="md-flex"
ng-show="app.editMode == folder.path">