top nav arrow update

This commit is contained in:
FuXiaoHei 2014-03-19 22:25:27 +08:00
parent 9bc06dc716
commit a63b5982b5
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}