forked from kevadesu/forgejo
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:
parent
a701fd35cf
commit
5ed082b624
2 changed files with 19 additions and 1 deletions
|
@ -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"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue