mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Add title attributes to all items in the repo list viewer (#6258)
This commit is contained in:
		
				
					committed by
					
						
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							d1c982cb73
						
					
				
				
					commit
					0b94f106f8
				
			@@ -65,7 +65,7 @@
 | 
			
		||||
							{{$subJumpablePathName := $entry.GetSubJumpablePathName}}
 | 
			
		||||
							{{$subJumpablePath := SubJumpablePath $subJumpablePathName}}
 | 
			
		||||
							<span class="octicon octicon-file-directory"></span>
 | 
			
		||||
							<a href="{{EscapePound $.TreeLink}}/{{EscapePound $subJumpablePathName}}">
 | 
			
		||||
							<a href="{{EscapePound $.TreeLink}}/{{EscapePound $subJumpablePathName}}" title="{{$subJumpablePathName}}">
 | 
			
		||||
								{{if eq (len $subJumpablePath) 2}}
 | 
			
		||||
									<span class="jumpable-path">{{index  $subJumpablePath 0}}</span>{{index  $subJumpablePath 1}}
 | 
			
		||||
								{{else}}
 | 
			
		||||
@@ -74,7 +74,7 @@
 | 
			
		||||
							</a>
 | 
			
		||||
						{{else}}
 | 
			
		||||
							<span class="octicon octicon-{{EntryIcon $entry}}"></span>
 | 
			
		||||
							<a href="{{EscapePound $.TreeLink}}/{{EscapePound $entry.Name}}">{{$entry.Name}}</a>
 | 
			
		||||
							<a href="{{EscapePound $.TreeLink}}/{{EscapePound $entry.Name}}" title="{{$entry.Name}}">{{$entry.Name}}</a>
 | 
			
		||||
						{{end}}
 | 
			
		||||
					</td>
 | 
			
		||||
				{{end}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user