loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix yet another `ctx` template bug (#27417)

Fixes #27416

authored by

delvh and committed by
GitHub
112f37c5 4636f56e

+1 -1
+1 -1
templates/shared/user/profile_big_avatar.tmpl
··· 83 83 <li> 84 84 <ul class="user-orgs"> 85 85 {{range .Orgs}} 86 - {{if (or .Visibility.IsPublic (and ($.SignedUser) (or .Visibility.IsLimited (and (.HasMemberWithUserID $.SignedUserID) .Visibility.IsPrivate) ($.IsAdmin))))}} 86 + {{if (or .Visibility.IsPublic (and ($.SignedUser) (or .Visibility.IsLimited (and (.HasMemberWithUserID ctx $.SignedUserID) .Visibility.IsPrivate) ($.IsAdmin))))}} 87 87 <li> 88 88 <a href="{{.HomeLink}}" data-tooltip-content="{{.Name}}"> 89 89 {{ctx.AvatarUtils.Avatar .}}