Vulcan/client/views/notifications.html

6 lines
121 B
HTML
Raw Normal View History

2012-10-04 10:09:20 +09:00
<template name="notifications">
{{#each notifications}}
<p>{{message}}</p>
<p>{{link}}</p>
{{/each}}
</template>