1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 09:15:49 +00:00

top nav arrow update

This commit is contained in:
FuXiaoHei 2014-03-19 22:25:27 +08:00
parent 9bc06dc716
commit a63b5982b5

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