mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-11-04 08:21:11 +00:00 
			
		
		
		
	Add title attributes to all items in the repo list viewer (#6258)
This commit is contained in:
		
					parent
					
						
							
								d1c982cb73
							
						
					
				
			
			
				commit
				
					
						0b94f106f8
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -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}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue