mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix missing username on dashboard context switch navbar (#13959)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							f8e9a3df40
						
					
				
				
					commit
					6074e13c8d
				
			@@ -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}}">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user