Vulcan/client/views/notifications.html
2012-10-04 14:54:26 +09:00

9 lines
No EOL
170 B
HTML

<template name="notifications">
<div class="notifications hidden">
<ul>
{{#each notifications}}
{{> notification_item}}
{{/each}}
</ul>
</div>
</template>