mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
repo commit list ui
This commit is contained in:
parent
c7660a81c6
commit
f0993ae3c8
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue