Finish new collaboration page
This commit is contained in:
parent
99eeb08419
commit
e8c9bb2c66
23 changed files with 434 additions and 149 deletions
|
@ -28,6 +28,11 @@ func Home(ctx *middleware.Context) {
|
|||
return
|
||||
}
|
||||
|
||||
if setting.OauthService != nil {
|
||||
ctx.Data["OauthEnabled"] = true
|
||||
ctx.Data["OauthService"] = setting.OauthService
|
||||
}
|
||||
|
||||
ctx.Data["PageIsHome"] = true
|
||||
ctx.HTML(200, HOME)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue