Ver Fonte

top nav arrow update

FuXiaoHei há 11 anos atrás
pai
commit
a63b5982b5
1 ficheiros alterados com 1 adições e 0 exclusões
  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)
 }