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

7 lines
No EOL
272 B
HTML

<template name="notifications_menu">
<div class="notifications-menu header-submodule">
{{#if isLoggedIn}}
{{> menuComponent menuName="notifications" menuLabel=menuLabel menuItems=menuItems menuMode=menuMode menuCollapsed=true}}
{{/if}}
</div>
</template>