2012-10-04 13:30:57 +09:00
|
|
|
<template name="notification_item">
|
2013-01-19 18:24:18 +09:00
|
|
|
<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>
|