Vulcan/packages/telescope-notifications/lib/client/templates/notifications_menu.html

7 lines
272 B
HTML
Raw Normal View History

2015-05-18 10:12:48 +09:00
<template name="notifications_menu">
{{#if isLoggedIn}}
2015-08-21 10:20:48 +09:00
<div class="notifications-menu-wrapper {{moduleClass}}">
2015-10-07 15:04:22 +09:00
{{> menuComponent menuName="notifications" menuLabel=menuLabel menuItems=menuItems menuClass=menuClass}}
2015-08-21 10:20:48 +09:00
</div>
{{/if}}
</template>