1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-03 13:53:16 +00:00

repo commit list ui

This commit is contained in:
FuXiaoHei 2014-03-19 22:22:27 +08:00
parent c7660a81c6
commit f0993ae3c8

View file

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