mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
9 lines
272 B
HTML
9 lines
272 B
HTML
![]() |
<template name="notificationItem">
|
||
|
<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>
|