mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
11 lines
No EOL
322 B
HTML
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> |