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 9da9283 commit f19feb0Copy full SHA for f19feb0
templates/repo/issue/view_content/comments.tmpl
@@ -496,7 +496,7 @@
496
{{end}}
497
</div>
498
499
- {{$diff := (CommentMustAsDiff ctx (index $comms 0))}}
+ {{$diff := (CommentMustAsDiff (index $comms 0))}}
500
{{if $diff}}
501
{{$file := (index $diff.Files 0)}}
502
<div id="code-preview-{{(index $comms 0).ID}}" class="ui table segment{{if $resolved}} gt-hidden{{end}}">
0 commit comments