Vulcan/packages/telescope-notifications/lib/client/templates/notifications_menu.html
2015-03-28 10:54:41 +09:00

5 lines
No EOL
214 B
HTML

<template name="notificationsMenu">
{{#if isLoggedIn}}
{{> menuComponent menuName="notifications" menuLabel=menuLabel menuItems=menuItems menuClass="header-submodule" menuMode=menuMode}}
{{/if}}
</template>