Merge pull request #252 from whiteout-io/dev/WO-790

Hide unread count for sent folder
This commit is contained in:
Felix Hammerl 2015-01-19 10:44:24 +01:00
commit b7072648b7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<use xlink:href="#icon-star" /> <use xlink:href="#icon-star" />
</svg> </svg>
{{folder.type === 'Flagged' ? 'Starred' : folder.type}} {{folder.type === 'Flagged' ? 'Starred' : folder.type}}
<span ng-show="folder.count > 0" class="nav__counter">{{folder.count}}</span> <span ng-show="folder.count > 0 && folder.type !== 'Sent'" class="nav__counter">{{folder.count}}</span>
</a> </a>
<!--<button class="btn-icon-very-light"> <!--<button class="btn-icon-very-light">
<svg><use xlink:href="#icon-dropdown" /><title>More</title></svg> <svg><use xlink:href="#icon-dropdown" /><title>More</title></svg>