mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
6 lines
206 B
HTML
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>
|