Vulcan/packages/telescope-users/lib/client/templates/nav/user_menu_label.html
2015-08-15 11:42:45 +09:00

6 lines
206 B
HTML

<template name="user_menu_label">
<span class="user-menu-label">
{{> avatar userId=this._id shape="circle"}}
<span class="user-menu-username">{{this.getDisplayName}}</span>
</span>
</template>