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