Skip to content

Commit 19ba51f

Browse files
committed
Change comment type 22 to refer to the correct template
1 parent a3e5eaf commit 19ba51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/conversation/comments.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@
480480
<div class="timeline-item event">
481481
{{range $filename, $lines := .Review.CodeComments}}
482482
{{range $line, $comms := $lines}}
483-
{{template "repo/conversation/conversation" dict "." $ "comments" $comms}}
483+
{{template "repo/issue/view_content/conversation" dict "." $ "comments" $comms}}
484484
{{end}}
485485
{{end}}
486486
</div>

0 commit comments

Comments
 (0)