2017-07-12 15:12:40 +00:00
|
|
|
{{^hasNotifications}}
|
|
|
|
<a href="{{url}}" title="{{title}}"
|
|
|
|
class="{{notificationIconClass}} user-button main-header-button" id="secondary-button">
|
|
|
|
{{title}}
|
|
|
|
</a>
|
|
|
|
{{/hasNotifications}}
|
|
|
|
{{#hasNotifications}}
|
|
|
|
<a href="{{url}}" title="{{title}}"
|
|
|
|
id="secondary-button"
|
|
|
|
class="notification-count user-button {{#hasUnseenNotifications}}notification-unseen{{/hasUnseenNotifications}}
|
|
|
|
{{#isNotificationCountZero}}zero{{/isNotificationCountZero}}">
|
|
|
|
<div class="circle">
|
2017-10-18 18:28:37 +00:00
|
|
|
<span data-notification-count="{{notificationCountRaw}}">
|
|
|
|
{{notificationCountString}}
|
2017-07-12 15:12:40 +00:00
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
{{/hasNotifications}}
|