Skip to content

Commit

Permalink
Bug fix for user Assignee
Browse files Browse the repository at this point in the history
  • Loading branch information
zjjhot committed Feb 16, 2023
1 parent 287747e commit aa5736b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/repo/issue/view_content/comments.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@
{{end}}
</span>
{{else}}
{{template "shared/user/avatarlink" "user" .Assignee}}
<!-- Bug fix for 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 aa5736b

Please sign in to comment.