From a63b5982b54ee8698b6669a199b4de231502729c Mon Sep 17 00:00:00 2001 From: FuXiaoHei <fuxiaohei@hexiaz.com> Date: Wed, 19 Mar 2014 22:25:27 +0800 Subject: top nav arrow update --- routers/user/user.go | 1 + 1 file changed, 1 insertion(+) (limited to 'routers') diff --git a/routers/user/user.go b/routers/user/user.go index 42030076..62f0f516 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) } -- cgit v1.2.3