summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.starred.php
blob: 3d0adde03cbd8dadc58d1714c848c98f4ec4375f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<li ng-class="{	active: starredBl.isActive(0) }" 
	ng-show="starredBl.isVisible(0)">
	<a class="starred-icon"
		href="#"
		ng-click="starredBl.load(0)">
	   <?php p($l->t('Starred')) ?>
	</a>
	<span class="utils">
		<span class="unread-counter">
			{{ starredBl.getStarredCount() }}
		</span>
	</span>
</li>