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