Vulcan/client/views/notifications.html

9 lines
163 B
HTML
Raw Normal View History

2012-10-04 10:09:20 +09:00
<template name="notifications">
2012-10-04 13:30:57 +09:00
<div class="notifications">
<ul>
{{#each notifications}}
{{> notification_item}}
{{/each}}
</ul>
</div>
2012-10-04 10:09:20 +09:00
</template>