2014-05-31 03:12:20 +04:00
|
|
|
<li ng-class="{
|
2014-10-21 18:45:36 +04:00
|
|
|
active: Navigation.isStarredActive(),
|
2015-05-28 16:42:32 +03:00
|
|
|
unread: Navigation.isStarredUnread()
|
2014-10-21 18:45:36 +04:00
|
|
|
}"
|
|
|
|
class="with-counter starred-feed">
|
2014-08-29 18:55:32 +04:00
|
|
|
|
2014-10-21 18:45:36 +04:00
|
|
|
<a class="icon-starred" ng-href="#/items/starred/">
|
|
|
|
<?php p($l->t('Starred')) ?>
|
|
|
|
</a>
|
2014-08-27 14:00:48 +04:00
|
|
|
|
2014-10-21 18:45:36 +04:00
|
|
|
<div class="app-navigation-entry-utils">
|
2014-08-27 14:00:48 +04:00
|
|
|
<ul>
|
|
|
|
<li class="app-navigation-entry-utils-counter"
|
2015-05-28 16:42:32 +03:00
|
|
|
ng-show="Navigation.isStarredUnread()"
|
2014-09-19 16:39:40 +04:00
|
|
|
title="{{ Navigation.getStarredCount() }}">
|
2014-08-27 14:00:48 +04:00
|
|
|
{{ Navigation.getStarredCount() | unreadCountFormatter }}
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2013-02-11 18:30:31 +04:00
|
|
|
</li>
|