mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-29 06:43:19 +01:00
repo commit list ui
This commit is contained in:
parent
c7660a81c6
commit
f0993ae3c8
@ -70,6 +70,8 @@ func Profile(ctx *middleware.Context, params martini.Params) {
|
||||
ctx.Data["Repos"] = repos
|
||||
}
|
||||
|
||||
ctx.Data["PageIsUserProfile"] = true // For navbar arrow.
|
||||
|
||||
ctx.Render.HTML(200, "user/profile", ctx.Data)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user