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 12a67fb commit cfbee9cCopy full SHA for cfbee9c
templates/repo/diff/section_split.tmpl
@@ -36,14 +36,14 @@
36
<td class="lines-type-marker"></td>
37
<td class="add-comment-left">
38
{{if eq $line.GetCommentSide "previous"}}
39
- {{template "repo/diff/conversation" mergeinto $ "comments" $line.Comments}}
+ {{template "repo/diff/conversation" mergeinto $.root "comments" $line.Comments}}
40
{{end}}
41
</td>
42
<td class="lines-num"></td>
43
44
<td class="add-comment-right">
45
{{if eq $line.GetCommentSide "proposed"}}
46
47
48
49
</tr>
0 commit comments