summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.starred.php
blob: 2cae5ced899d7aec29e7f8920459fd5ba77587f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<li ng-class="{
		active: Navigation.isStarredActive(),
		unread: Navigation.getStarredCount() > 0
	}"
	class="starred">
	<a class="starred-icon" ng-href="#/items/starred/">
	   <?php p($l->t('Starred')) ?>
	</a>
	<span class="utils">
		<span class="unread-counter">
			{{ Navigation.getStarredCount() | unreadCountFormatter }}
		</span>
	</span>
</li>