Explorar o código

repo commit list ui

FuXiaoHei %!s(int64=11) %!d(string=hai) anos
pai
achega
f0993ae3c8
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      routers/user/user.go

+ 2 - 0
routers/user/user.go

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