* Run no-implicit-this codemod for app templates * Run tagless-ember-components-codemod for plugins * Turn on no-implicit-this lint
8 lines
187 B
Handlebars
8 lines
187 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}}
|