mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	- Don't show the blob-hunk twice on diff page - Backport #19404
This commit is contained in:
		@@ -32,7 +32,6 @@
 | 
			
		||||
					<td class="chroma lines-code blob-hunk">{{/*
 | 
			
		||||
						*/}}<code {{if $inlineDiff.EscapeStatus.Escaped}}class="code-inner has-escaped" title="{{$.root.i18n.Tr "repo.line_unicode"}}"{{else}}class="code-inner"{{end}}>{{$inlineDiff.Content}}</code>{{/*
 | 
			
		||||
					*/}}
 | 
			
		||||
				{{$line.Content}}
 | 
			
		||||
					</td>
 | 
			
		||||
				{{else}}
 | 
			
		||||
					<td class="chroma lines-code{{if (not $line.RightIdx)}} lines-code-old{{end}}">{{/*
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user