mirror of
https://github.com/discourse/discourse.git
synced 2025-03-02 09:19:22 +00:00
Major changes included: - better support for screen readers - trapping focus in modals - better tabbing order in composer - alerts on no content found/number of items found - better autofocus in modals - mini-tag-chooser is now a multi-select component - each multi-select-component will now display selection on one row
8 lines
167 B
Handlebars
8 lines
167 B
Handlebars
{{avatar item imageSize="tiny"}}
|
|
|
|
<span class="username">{{format-username item.username}}</span>
|
|
|
|
{{#if item.name}}
|
|
<span class="name">{{item.name}}</span>
|
|
{{/if}}
|