1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-20 16:15:43 +02:00
Nextcloud-News/templates/part.feed.starred.php
2013-04-12 01:11:34 +02:00

17 lines
370 B
PHP

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