Skip to content

Commit

Permalink
Fix context bug (#22940)
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny authored Feb 16, 2023
1 parent aa45777 commit f196da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/issue/view_content/comments.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
{{end}}
</span>
{{else}}
{{template "shared/user/avatarlink" "user" .Assignee}}
{{template "shared/user/avatarlink" Dict "Context" $.Context "user" .Assignee}}
<span class="text grey muted-links">
{{template "shared/user/authorlink" .Assignee}}
{{if eq .Poster.ID .AssigneeID}}
Expand Down

0 comments on commit f196da1

Please sign in to comment.