Files
discourse-data-explorer/assets/javascripts/discourse/templates/explorer/user.raw.hbs
T
Rishabh fe420931ba FIX: Use updated routes to link user profiles (#60)
FIX links to user profiles from the old route `/users/` to the new route `/u/`.
2020-08-18 11:31:05 +02:00

7 lines
187 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}}