gitea/templates/user
yp05327 0e021cd33e
Fix display member unit in the menu bar if there are no hidden members in public org (#27795)
Follow #26363.
I missed that org templates also using
`templates/user/overview/header.tmpl`.
You can confirm this problem in https://gitea.com/gitea/-/projects with
anonymous access.

Before: (no login)

![image](https://github.com/go-gitea/gitea/assets/18380374/e285565c-ca65-4b18-9ff7-434c6367c13a)

After:

![image](https://github.com/go-gitea/gitea/assets/18380374/81e7532a-c458-4552-8d75-6896538e42cb)
2023-10-30 09:11:16 +00:00
..
auth Don't show Link to TOTP if not set up (#27585) 2023-10-11 20:12:54 +00:00
dashboard Fix template bug (#27581) 2023-10-11 14:02:15 +00:00
notification More `db.DefaultContext` refactor (#27265) 2023-09-29 12:12:54 +00:00
overview Fix display member unit in the menu bar if there are no hidden members in public org (#27795) 2023-10-30 09:11:16 +00:00
settings Show placeholder email in privacy popup (#27770) 2023-10-25 11:12:36 +00:00
code.tmpl Fix inconsistent user profile layout across tabs (#25625) 2023-07-06 18:59:24 +00:00
heatmap.tmpl Fix more "locale" usages (#27259) 2023-09-25 20:42:40 +08:00
profile.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 2023-09-25 08:56:50 +00:00