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"> | 					<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}}"> | 						<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}} | 							{{avatar .SignedUser}} | ||||||
|  | 							{{.SignedUser.ShortName 20}} | ||||||
| 						</a> | 						</a> | ||||||
| 						{{range .Orgs}} | 						{{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}}"> | 							<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…
	
		Reference in a new issue