mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 12:53:43 +01:00 
			
		
		
		
	remove not using vars
This commit is contained in:
		
							parent
							
								
									563e8b4ea9
								
							
						
					
					
						commit
						c0ad512398
					
				@ -105,9 +105,9 @@
 | 
			
		||||
                {{else}}
 | 
			
		||||
                <table>
 | 
			
		||||
                    <tbody>
 | 
			
		||||
                        {{range $j, $section := $file.Sections}}
 | 
			
		||||
                        {{range $k, $line := $section.Lines}}
 | 
			
		||||
                        <tr class="{{DiffLineTypeToStr .Type}}-code nl-{{$i}} ol-{{$i}}">
 | 
			
		||||
                        {{range .Sections}}
 | 
			
		||||
                        {{range $k, $line := .Lines}}
 | 
			
		||||
                        <tr class="{{DiffLineTypeToStr .Type}}-code nl-{{$k}} ol-{{$k}}">
 | 
			
		||||
                            <td class="lines-num lines-num-old">
 | 
			
		||||
                                <span rel="{{if $line.LeftIdx}}diff-L{{Sha1 $file.Name}}{{$line.LeftIdx}}{{end}}">{{if $line.LeftIdx}}{{$line.LeftIdx}}{{end}}</span>
 | 
			
		||||
                            </td>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user