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

9 lines
273 B
HTML
Raw Normal View History

2015-05-18 10:12:48 +09:00
<template name="notification_item">
<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>