mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
8 lines
No EOL
249 B
HTML
8 lines
No EOL
249 B
HTML
<template name="notificationItem">
|
|
<li class="notification-item {{#if read}}read{{/if}}">
|
|
<span class="notification-timestamp">{{nice_time}}</span>
|
|
<div class="notification-html">
|
|
{{{notificationHTML}}}
|
|
</div>
|
|
</li>
|
|
</template> |