summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.starred.php
blob: 48e3eda8adcd20dbb310e80e1602fe35c70dfa14 (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" href="#/items/starred">
	   <?php p($l->t('Starred')) ?>
	</a>
	<span class="utils">
		<span class="unread-counter">
			{{ Navigation.getStarredCount() | unreadCountFormatter }}
		</span>
	</span>
</li>