From: FuXiaoHei Date: Wed, 19 Mar 2014 14:25:27 +0000 (+0800) Subject: top nav arrow update X-Git-Tag: v0.9.99~2399^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a63b5982b54ee8698b6669a199b4de231502729c;p=gitea.git top nav arrow update --- 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) }