mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 05:25:50 +01:00
(refs #8)Add Members tab to account information page for group account.
This commit is contained in:
@@ -46,6 +46,8 @@ trait AccountControllerBase extends AccountManagementControllerBase with FlashMa
|
||||
params.getOrElse("tab", "repositories") match {
|
||||
// Public Activity
|
||||
case "activity" => account.html.activity(x, getActivitiesByUser(userName, true))
|
||||
// Members
|
||||
case "members" if(x.isGroupAccount) => account.html.members(x, getGroupMembers(x.userName))
|
||||
// Repositories
|
||||
case _ => account.html.repositories(x, getVisibleRepositories(userName, baseUrl, context.loginAccount.map(_.userName)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user