We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd0733 commit b3af748Copy full SHA for b3af748
routers/web/org/setting.go
@@ -46,6 +46,7 @@ func Settings(ctx *context.Context) {
46
ctx.Data["PageIsSettingsOptions"] = true
47
ctx.Data["CurrentVisibility"] = ctx.Org.Organization.Visibility
48
ctx.Data["RepoAdminChangeTeamAccess"] = ctx.Org.Organization.RepoAdminChangeTeamAccess
49
+ ctx.Data["ContextUser"] = ctx.ContextUser
50
ctx.HTML(http.StatusOK, tplSettingsOptions)
51
}
52
0 commit comments