mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
8 lines
No EOL
202 B
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> |