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

5 lines
214 B
HTML
Raw Normal View History

2014-08-20 17:03:54 +09:00
<template name="notificationsMenu">
{{#if isLoggedIn}}
2015-03-28 10:54:41 +09:00
{{> menuComponent menuName="notifications" menuLabel=menuLabel menuItems=menuItems menuClass="header-submodule" menuMode=menuMode}}
2014-08-20 17:03:54 +09:00
{{/if}}
</template>