]> source.dussan.org Git - gitea.git/commit
Fix unable to display individual-level project (#26198) (#26636)
authorGiteabot <teabot@gitea.io>
Mon, 21 Aug 2023 17:38:06 +0000 (01:38 +0800)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 17:38:06 +0000 (17:38 +0000)
commit352a495c02e079e3b9ee0018dea937e7ccc5692e
tree37d3f47d75c2a45e70bb6c24fb4a11e6eefc9bca
parenta4b14638b50593a94121d2dfbca1d848fbec79b9
Fix unable to display individual-level project (#26198) (#26636)

Backport #26198 by @CaiCandong

As title

Before:

![image](https://github.com/go-gitea/gitea/assets/50507092/94afc3bf-5597-4151-a59b-5632840ffa21)

After:

![image](https://github.com/go-gitea/gitea/assets/50507092/df81aa0b-98a6-477d-a270-2e45b3dca0fc)

fix #26189

Co-authored-by: caicandong <50507092+CaiCandong@users.noreply.github.com>
routers/web/repo/issue.go