mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-10-31 10:36:05 +01:00 
			
		
		
		
	Fix the index page.
This commit is contained in:
		| @@ -1,9 +1,13 @@ | ||||
| package app | ||||
|  | ||||
| class IndexController extends ControllerBase { | ||||
| import service._ | ||||
|  | ||||
| class IndexController extends IndexControllerBase with ProjectService with AccountService | ||||
|  | ||||
| trait IndexControllerBase extends ControllerBase { self: ProjectService => | ||||
|    | ||||
|   get("/"){ | ||||
|     html.index() | ||||
|     html.index(getAccessibleRepositories(context.loginAccount, servletContext)) | ||||
|   } | ||||
|  | ||||
| } | ||||
		Reference in New Issue
	
	Block a user