news/templates/part.feed.starred.php

17 строки
425 B
PHP
Исходник Обычный вид История

2013-04-06 01:43:15 +04:00
<li ng-class="{
active: starredBusinessLayer.isActive(0),
unread: starredBusinessLayer.getUnreadCount() > 0
2013-04-06 01:43:15 +04:00
}"
ng-show="starredBusinessLayer.isVisible(0)"
class="starred">
2013-02-12 04:29:09 +04:00
<a class="starred-icon"
href="#"
ng-click="starredBusinessLayer.load(0)">
2013-02-11 18:33:34 +04:00
<?php p($l->t('Starred')) ?>
</a>
2013-04-02 12:37:51 +04:00
<span class="utils">
<span class="unread-counter">
{{ starredBusinessLayer.getUnreadCount() }}
2013-04-02 12:37:51 +04:00
</span>
</span>
</li>