mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
8 lines
243 B
HTML
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>
|