Vulcan/packages/telescope-notifications/lib/client/templates/notification_item.html
2015-06-24 18:51:32 +09:00

10 lines
314 B
HTML

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