mirror of
https://github.com/go-gitea/gitea
synced 2024-11-06 06:09:07 +01:00
Apparently, we didn't backport one of the refactoring PRs which caused the fixup we backported to fail. Fixes: https://github.com/go-gitea/gitea/issues/27473
This commit is contained in:
parent
44aca6a65a
commit
9207331f4d
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
||||||
<li>
|
<li>
|
||||||
<ul class="user-orgs">
|
<ul class="user-orgs">
|
||||||
{{range .Orgs}}
|
{{range .Orgs}}
|
||||||
{{if (or .Visibility.IsPublic (and ($.SignedUser) (or .Visibility.IsLimited (and (.HasMemberWithUserID ctx $.SignedUserID) .Visibility.IsPrivate) ($.IsAdmin))))}}
|
{{if (or .Visibility.IsPublic (and ($.SignedUser) (or .Visibility.IsLimited (and (.HasMemberWithUserID $.SignedUserID) .Visibility.IsPrivate) ($.IsAdmin))))}}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{.HomeLink}}" data-tooltip-content="{{.Name}}">
|
<a href="{{.HomeLink}}" data-tooltip-content="{{.Name}}">
|
||||||
{{ctx.AvatarUtils.Avatar .}}
|
{{ctx.AvatarUtils.Avatar .}}
|
||||||
|
|
Loading…
Reference in a new issue