This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/select-kit/addon/templates/components/user-chooser/user-row.hbs
2022-12-28 13:11:12 +00:00

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}}