mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-27 15:36:56 +08:00
top nav arrow update
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user