diff options
Diffstat (limited to 'templates/shared/user/profile_big_avatar.tmpl')
-rw-r--r-- | templates/shared/user/profile_big_avatar.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/shared/user/profile_big_avatar.tmpl b/templates/shared/user/profile_big_avatar.tmpl index f04f1ef6c4..91f04e0b53 100644 --- a/templates/shared/user/profile_big_avatar.tmpl +++ b/templates/shared/user/profile_big_avatar.tmpl @@ -92,6 +92,9 @@ </li> {{end}} {{end}} + {{if .ShowMoreOrgs}} + <li><a class="tw-align-center" href="{{.ContextUser.HomeLink}}?tab=organizations" data-tooltip-content="{{ctx.Locale.Tr "user.show_more"}}">{{svg "octicon-kebab-horizontal" 28 "icon tw-p-1"}}</a></li> + {{end}} </ul> </li> {{end}} |