mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
8 lines
264 B
HTML
8 lines
264 B
HTML
<template name="notification_item">
|
|
<div class="{{#if item.data.read}}read{{/if}}">
|
|
<span class="notification-timestamp">{{timeAgo item.data.timestamp}}:</span>
|
|
<div class="notification-html">
|
|
{{{notificationHTML}}}
|
|
</div>
|
|
</div>
|
|
</template>
|