10000
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 ff96873 commit ead17bbCopy full SHA for ead17bb
templates/repo/issue/view_content/comments.tmpl
@@ -366,7 +366,7 @@
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 */}}
369
- <a class="timeline-avatar{{if or .Content .Attachments (and .Review .Review.CodeComments)}} timeline-avatar-offset{{end}}"{{if gt .Poster.ID 0}} href="{{.Poster.HomeLink}}"{{end}}>
+ <a class="timeline-avatar{{if or .Content .Attachments (and .Review .Review.Content .Review.CodeComments)}} timeline-avatar-offset{{end}}"{{if gt .Poster.ID 0}} href="{{.Poster.HomeLink}}"{{end}}>
370
{{ctx.AvatarUtils.Avatar .Poster 40}}
371
</a>
372
{{end}}
0 commit comments