mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:35:03 +01:00 
			
		
		
		
	Add title attributes to all items in the repo list viewer (#6258)
This commit is contained in:
		
							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}} | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user