Browse Source

top nav arrow update

FuXiaoHei 11 years ago
parent
commit
a63b5982b5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      routers/user/user.go

+ 1 - 0
routers/user/user.go

@@ -68,6 +68,7 @@ func Profile(ctx *middleware.Context, params martini.Params) {
 		ctx.Data["Repos"] = repos
 	}
 
+	ctx.Data["PageIsUserProfile"] = true
 	ctx.HTML(200, "user/profile", ctx.Data)
 }