diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-19 22:25:27 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-19 22:25:27 +0800 |
commit | a63b5982b54ee8698b6669a199b4de231502729c (patch) | |
tree | d020f308d673e988344024c30c5f2ca6c0b925d0 | |
parent | 9bc06dc716ccaae500c4afff69b054d973bfdd17 (diff) | |
download | gitea-a63b5982b54ee8698b6669a199b4de231502729c.tar.gz gitea-a63b5982b54ee8698b6669a199b4de231502729c.zip |
top nav arrow update
-rw-r--r-- | routers/user/user.go | 1 |
1 files changed, 1 insertions, 0 deletions
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) } |