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