mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 06:21:11 +00:00 
			
		
		
		
	Fix missing username on dashboard context switch navbar (#13959)
This commit is contained in:
		
					parent
					
						
							
								f8e9a3df40
							
						
					
				
			
			
				commit
				
					
						6074e13c8d
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -20,6 +20,7 @@ | |||
| 					<div class="scrolling menu items"> | ||||
| 						<a class="{{if eq .ContextUser.ID .SignedUser.ID}}active selected{{end}} item" href="{{AppSubUrl}}/{{if .PageIsIssues}}issues{{else if .PageIsPulls}}pulls{{else if .PageIsMilestonesDashboard}}milestones{{end}}"> | ||||
| 							{{avatar .SignedUser}} | ||||
| 							{{.SignedUser.ShortName 20}} | ||||
| 						</a> | ||||
| 						{{range .Orgs}} | ||||
| 							<a class="{{if eq $.ContextUser.ID .ID}}active selected{{end}} item" title="{{.Name}}" href="{{AppSubUrl}}/org/{{.Name}}/{{if $.PageIsIssues}}issues{{else if $.PageIsPulls}}pulls{{else if $.PageIsMilestonesDashboard}}milestones{{else}}dashboard{{end}}"> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue