Explorar el Código

top nav arrow update

FuXiaoHei hace 11 años
padre
commit
a63b5982b5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)
 }