mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 05:24:50 +00:00 
			
		
		
		
	Reverts backport go-gitea/gitea#27440 Fix #27564
This commit is contained in:
		| @@ -496,7 +496,7 @@ | |||||||
| 											{{end}} | 											{{end}} | ||||||
| 										</div> | 										</div> | ||||||
| 									</div> | 									</div> | ||||||
| 									{{$diff := (CommentMustAsDiff ctx (index $comms 0))}} | 									{{$diff := (CommentMustAsDiff (index $comms 0))}} | ||||||
| 									{{if $diff}} | 									{{if $diff}} | ||||||
| 										{{$file := (index $diff.Files 0)}} | 										{{$file := (index $diff.Files 0)}} | ||||||
| 										<div id="code-preview-{{(index $comms 0).ID}}" class="ui table segment{{if $resolved}} gt-hidden{{end}}"> | 										<div id="code-preview-{{(index $comms 0).ID}}" class="ui table segment{{if $resolved}} gt-hidden{{end}}"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user