Vulcan/client/views/notifications.html
2012-10-04 17:25:10 +09:00

11 lines
No EOL
322 B
HTML

<template name="notifications">
<div class="notifications">
<a href="#" class="notifications-toggle {{notification_class}}">{{notification_count}}</a>
<a href="#" class="clear-notifications">Clear notifications</a>
<ul>
{{#each notifications}}
{{> notification_item}}
{{/each}}
</ul>
</div>
</template>