Vulcan/packages/telescope-users/lib/client/templates/nav/user_menu_label.html

7 lines
206 B
HTML
Raw Normal View History

2015-08-15 11:42:45 +09:00
<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>