go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
45.24k stars 5.5k forks source link

Fix the missing menu in organization project view page (#32313) #32592

Closed lunny closed 6 hours ago

lunny commented 1 day ago

Backport #32313

29248 didn't modify the view page.

The class name is not good enough, so this is a quick fix.

Before: org:

image user:

image

After: org:

image user: (no change)

image