Vulcan/client/views/notifications.html
2012-10-04 13:30:57 +09:00

9 lines
No EOL
163 B
HTML

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