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