File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020 {{avatar $.Context .SignedUser}}
2121 <span class="truncated-item-name">{{.SignedUser.ShortName 40}}</span>
2222 <span class="org-visibility">
23- {{if .ContextUser .Visibility.IsLimited}}<div class="ui basic tiny horizontal label">{{$.locale.Tr "org.settings.visibility.limited_shortname"}}</div>{{end}}
24- {{if .ContextUser .Visibility.IsPrivate}}<div class="ui basic tiny horizontal label">{{$.locale.Tr "org.settings.visibility.private_shortname"}}</div>{{end}}
23+ {{if .SignedUser .Visibility.IsLimited}}<div class="ui basic tiny horizontal label">{{$.locale.Tr "org.settings.visibility.limited_shortname"}}</div>{{end}}
24+ {{if .SignedUser .Visibility.IsPrivate}}<div class="ui basic tiny horizontal label">{{$.locale.Tr "org.settings.visibility.private_shortname"}}</div>{{end}}
2525 </span>
2626 </a>
2727 {{range .Orgs}}
You can’t perform that action at this time.
0 commit comments