We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ab198 commit 1260c99Copy full SHA for 1260c99
templates/repo/issue/view_content/comments.tmpl
@@ -365,7 +365,8 @@
365
{{if .Review}}{{$reviewType = .Review.Type}}{{end}}
366
{{if not .OriginalAuthor}}
367
{{/* Some timeline avatars need a offset to correctly align with their speech bubble.
368
- The condition depends on whether the comment has contents/attachments or reviews */}}
+ The condition depends on whether the comment has contents/attachments,
369
+ review's comment is also controlled/rendered by issue comment's Content field */}}
370
<a class="timeline-avatar{{if or .Content .Attachments}} timeline-avatar-offset{{end}}"{{if gt .Poster.ID 0}} href="{{.Poster.HomeLink}}"{{end}}>
371
{{ctx.AvatarUtils.Avatar .Poster 40}}
372
</a>
0 commit comments