mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Fix org members bug (#20489)
* Fix bug in public only org members list
bug was introduced in d6779c7ad3
* Expanded org unit test
This commit is contained in:
committed by
GitHub
parent
a701fd35cf
commit
5ed082b624
@@ -29,7 +29,7 @@
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
{{if not .PublicOnly}}
|
||||
{{if not $.PublicOnly}}
|
||||
<div class="ui three wide column center">
|
||||
<div class="meta">
|
||||
{{$.locale.Tr "org.members.member_role"}}
|
||||
|
Reference in New Issue
Block a user