gitea/templates
yp05327 dd1f67491f
Fix the missing menu in organization project view page ()
 didn't modify the view page.
The class name is not good enough, so this is a quick fix.

Before:
org:

![image](https://github.com/user-attachments/assets/3e26502d-66b4-4043-ab03-003ba7391487)
user:

![image](https://github.com/user-attachments/assets/9b22b90c-d63c-4228-acad-4d9fb20590ac)


After:
org:

![image](https://github.com/user-attachments/assets/21bf98a7-8a5b-4dc6-950a-88f529e36450)
user: (no change)

![image](https://github.com/user-attachments/assets/fea0dcae-3625-44e8-bb9e-4c3733da8764)

Co-authored-by: Giteabot <teabot@gitea.io>
..
admin Move admin routers from /admin to /-/admin ()
api/packages/pypi Fix links in PyPI Simple Repository API page ()
base Move admin routers from /admin to /-/admin ()
custom Add footer extra links template ()
devtest Fix dropdown content overflow ()
explore Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore pages and fix an issue related to user search ()
mail Remove unnecessary SanitizeHTML from code ()
org Fix the missing menu in organization project view page ()
package Extract and display readme and comments for Composer packages ()
projects Add option to filter board cards by labels and assignees ()
repo remove unused call to $.HeadRepo in view_title template ()
shared Suggestions for issues ()
status Remove urls from translations ()
swagger Make admins adhere to branch protection rules ()
user Enhance USER_DISABLED_FEATURES to allow disabling change username or full name ()
webhook Fix incorrect tailwind migration ()
home.tmpl Remove urls from translations ()
install.tmpl Use forum.gitea.com instead of old URL ()
post-install.tmpl Always use `ctx.Locale.Tr` inside templates ()