discourse/app/assets/javascripts/select-kit/addon/components/user-chooser/user-row.hbs

7 lines
186 B
Handlebars

{{avatar this.item imageSize="tiny"}}
<span class="username">{{format-username this.item.username}}</span>
{{#if this.item.name}}
<span class="name">{{this.item.name}}</span>
{{/if}}