mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	fix some link
This commit is contained in:
		@@ -269,7 +269,7 @@ func InitContext() martini.Handler {
 | 
			
		||||
		if user != nil {
 | 
			
		||||
			ctx.Data["SignedUser"] = user
 | 
			
		||||
			ctx.Data["SignedUserId"] = user.Id
 | 
			
		||||
			ctx.Data["SignedUserName"] = user.LowerName
 | 
			
		||||
			ctx.Data["SignedUserName"] = user.Name
 | 
			
		||||
			ctx.Data["IsAdmin"] = ctx.User.IsAdmin
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user