mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Link from flagged topics to user was broken
This commit is contained in:
parent
41e70c410c
commit
f4b3306bf4
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{{#each users as |u|}}
|
||||
{{#link-to 'adminUser' u class="flagged-topic-user"}}
|
||||
{{#link-to 'adminUser' u.id u.username class="flagged-topic-user"}}
|
||||
{{avatar u imageSize="small"}}
|
||||
{{/link-to}}
|
||||
{{/each}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue