]> source.dussan.org Git - gitea.git/commit
Fix unable to display individual-level project (#26198)
authorcaicandong <50507092+CaiCandong@users.noreply.github.com>
Sat, 29 Jul 2023 15:35:53 +0000 (23:35 +0800)
committerGitHub <noreply@github.com>
Sat, 29 Jul 2023 15:35:53 +0000 (15:35 +0000)
commitfd836ff68b6ec60c410daa9df54d36ed9ecebc78
tree965ce3bc54a040bdc3d5325c85bd33ccee380b63
parentb33cf4fabcdedff126b173d81c8a5609202b39ff
Fix unable to display individual-level project (#26198)

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
routers/web/repo/issue.go