Merge branch 'master' of github.com:gogits/gogs

This commit is contained in:
Unknown 2014-03-19 10:46:53 -04:00
commit a22c4ba71d
4 changed files with 10 additions and 4 deletions

View file

@ -69,6 +69,7 @@ func Profile(ctx *middleware.Context, params martini.Params) {
ctx.Data["Repos"] = repos
}
ctx.Data["PageIsUserProfile"] = true
ctx.HTML(200, "user/profile", ctx.Data)
}