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 268f3ed commit 7c7aa59Copy full SHA for 7c7aa59
templates/repo/issue/view_content/comments.tmpl
@@ -377,6 +377,7 @@
377
</a>
378
{{end}}
379
<span class="badge{{if eq .Review.Type 1}} gt-bg-green gt-text-white{{else if eq .Review.Type 3}} gt-bg-red gt-text-white{{end}}">{{svg (printf "octicon-%s" .Review.Type.Icon)}}</span>
380
+ {{template "shared/user/avatarlink" dict "Context" $.Context "user" .Poster}}
381
<span class="text grey muted-links">
382
{{if .OriginalAuthor}}
383
<span class="text black">
@@ -763,6 +764,7 @@
763
764
<img src="{{.Poster.AvatarLink $.Context}}">
765
766
<span class="badge grey">{{svg "octicon-x" 16}}</span>
767
768
769
{{template "shared/user/authorlink" .Poster}}
770
{{$reviewerName := ""}}
0 commit comments