Vulcan/packages/telescope-notifications/lib/client/templates/notification_item.html
2015-08-05 18:49:11 +09:00

8 lines
243 B
HTML

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