1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-26 14:15:48 +02:00
Nextcloud-News/templates/part.feed.starred.php
2013-04-05 23:43:15 +02:00

16 lines
353 B
PHP

<li ng-class="{
active: starredBl.isActive(0),
unread: starredBl.getUnreadCount() > 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.getUnreadCount() }}
</span>
</span>
</li>