1
Fork 0

Remove User.GetOrganizations() (#14032)

as title
This commit is contained in:
6543 2021-06-18 19:00:53 +02:00 committed by GitHub
parent 59f25587e8
commit 889dea8fc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 56 deletions

View file

@ -9,7 +9,7 @@
:more-repos-link="'{{.ContextUser.HomeLink}}'"
{{if not .ContextUser.IsOrganization}}
:organizations="[
{{range .ContextUser.Orgs}}
{{range .Orgs}}
{name: '{{.Name}}', num_repos: '{{.NumRepos}}'},
{{end}}
]"