Vulcan/client/views/notifications/notification_item.html

8 lines
No EOL
202 B
HTML

<template name="notification_item">
<li class="{{#if read}}read{{/if}}">
<span class="notification-timestamp">{{nice_time}}</span>
<p>
{{{notificationHTML}}}
</p>
</li>
</template>