mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-24 00:52:52 +08:00
7 lines
No EOL
186 B
Handlebars
Vendored
7 lines
No EOL
186 B
Handlebars
Vendored
{{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}} |