Vulcan/client/views/notifications/notification_item.html

8 lines
202 B
HTML
Raw Normal View History

2012-10-04 13:30:57 +09:00
<template name="notification_item">
<li class="{{#if read}}read{{/if}}">
<span class="notification-timestamp">{{nice_time}}</span>
<p>
{{{notificationHTML}}}
</p>
</li>
2012-10-04 13:30:57 +09:00
</template>