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 a3e5eaf commit 19ba51fCopy full SHA for 19ba51f
templates/repo/conversation/comments.tmpl
@@ -480,7 +480,7 @@
480
<div class="timeline-item event">
481
{{range $filename, $lines := .Review.CodeComments}}
482
{{range $line, $comms := $lines}}
483
- {{template "repo/conversation/conversation" dict "." $ "comments" $comms}}
+ {{template "repo/issue/view_content/conversation" dict "." $ "comments" $comms}}
484
{{end}}
485
486
</div>
0 commit comments