loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix pr template (#27436)

Fix #27431

authored by

Lunny Xiao and committed by
GitHub
dd221b9a 74763f50

+1 -1
+1 -1
templates/repo/issue/view_content/comments.tmpl
··· 496 496 {{end}} 497 497 </div> 498 498 </div> 499 - {{$diff := (CommentMustAsDiff (index $comms 0))}} 499 + {{$diff := (CommentMustAsDiff ctx (index $comms 0))}} 500 500 {{if $diff}} 501 501 {{$file := (index $diff.Files 0)}} 502 502 <div id="code-preview-{{(index $comms 0).ID}}" class="ui table segment{{if $resolved}} gt-hidden{{end}}">