Parcourir la source

top nav arrow update

FuXiaoHei il y a 11 ans
Parent
commit
a63b5982b5
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)
 }