mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-13 15:22:42 +00:00
Backport #27246 by @yp05327 It seems that `Public` user visibility is missing in the template. Before:  After:  Co-authored-by: yp05327 <576951401@qq.com>
This commit is contained in:
parent
daaf0ad473
commit
e0832da7fa
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
|||
</div>
|
||||
<div class="flex-item-body">
|
||||
<b>{{ctx.Locale.Tr "settings.visibility"}}:</b>
|
||||
{{if .User.Visibility.IsPublic}}{{ctx.Locale.Tr "settings.visibility.public"}}{{end}}
|
||||
{{if .User.Visibility.IsLimited}}{{ctx.Locale.Tr "settings.visibility.limited"}}{{end}}
|
||||
{{if .User.Visibility.IsPrivate}}{{ctx.Locale.Tr "settings.visibility.private"}}{{end}}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue