1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 17:35:49 +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)
}