]> source.dussan.org Git - gitea.git/commit
Fix the missing repo count in new team page and edit team page (#27743)
author853 <sonic853@qq.com>
Wed, 25 Oct 2023 05:55:56 +0000 (13:55 +0800)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 05:55:56 +0000 (13:55 +0800)
commite544a277fe261aa5671a20751d6f83126579334a
treeae237000815028fcc65a3da033ba01dfb834ce60
parent572f0963edc71239634ee782a3c69213479f34ba
Fix the missing repo count in new team page and edit team page (#27743)

Follow #26942
Before:

![image](https://github.com/go-gitea/gitea/assets/8389962/ffe3e914-c71c-493f-965b-369f27c70b4b)

![image](https://github.com/go-gitea/gitea/assets/8389962/eaad4f07-b8ce-4564-b883-97938de5ed79)

After:

![image](https://github.com/go-gitea/gitea/assets/8389962/353aeabe-caf4-4449-8330-d3a29f9bd326)

![image](https://github.com/go-gitea/gitea/assets/8389962/baf59bb6-2c74-4a56-a28c-1519bc3d2594)
routers/web/org/teams.go