diff --git a/routers/user/user.go b/routers/user/user.go index 42030076d2..62f0f516a5 100644 --- a/routers/user/user.go +++ b/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) }