7 lines
191 B
Handlebars
7 lines
191 B
Handlebars
{{#if user}}
|
|
<a href="{{baseuri}}/users/{{user.username}}/activity"
|
|
data-user-card="{{user.username}}">{{avatar user imageSize="tiny"}} {{user.username}}</a>
|
|
{{else}}
|
|
{{id}}
|
|
{{/if}}
|