mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +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}}
 | 
												{{$subJumpablePathName := $entry.GetSubJumpablePathName}}
 | 
				
			||||||
							{{$subJumpablePath := SubJumpablePath $subJumpablePathName}}
 | 
												{{$subJumpablePath := SubJumpablePath $subJumpablePathName}}
 | 
				
			||||||
							<span class="octicon octicon-file-directory"></span>
 | 
												<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}}
 | 
													{{if eq (len $subJumpablePath) 2}}
 | 
				
			||||||
									<span class="jumpable-path">{{index  $subJumpablePath 0}}</span>{{index  $subJumpablePath 1}}
 | 
														<span class="jumpable-path">{{index  $subJumpablePath 0}}</span>{{index  $subJumpablePath 1}}
 | 
				
			||||||
								{{else}}
 | 
													{{else}}
 | 
				
			||||||
@@ -74,7 +74,7 @@
 | 
				
			|||||||
							</a>
 | 
												</a>
 | 
				
			||||||
						{{else}}
 | 
											{{else}}
 | 
				
			||||||
							<span class="octicon octicon-{{EntryIcon $entry}}"></span>
 | 
												<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}}
 | 
											{{end}}
 | 
				
			||||||
					</td>
 | 
										</td>
 | 
				
			||||||
				{{end}}
 | 
									{{end}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user