- Repositories @if(account.isGroupAccount){
- Members } else {
- Public Activity } @gitbucket.core.plugin.PluginRegistry().getProfileTabs.map { tab => @tab(account, context).map { link =>
- @link.label } } @if(loginAccount.isDefined && loginAccount.get.userName == account.userName){
- } @if(loginAccount.isDefined && account.isGroupAccount && isGroupManager){
- }
@avatar(account.userName, 240)
@account.fullName
@account.userName
@if(account.url.isDefined){
}
@if(groupNames.nonEmpty){
Joined on @date(account.registeredDate)
Groups
@groupNames.map { groupName =>
@avatarLink(groupName, 36, tooltip = true)
}