Vulcan/packages/telescope-notifications/lib/client/templates/notification_item.html

9 lines
272 B
HTML
Raw Normal View History

<template name="notificationItem">
<li class="dropdown-item notification-item {{#if read}}read{{/if}}">
<span class="notification-timestamp">{{timeAgo timestamp}}</span>
<div class="notification-html">
{{{notificationHTML}}}
</div>
</li>
</template>