mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-10-31 18:46:28 +01:00 
			
		
		
		
	Refactor to use ProjectService instead of JGitUtil directly to retrieve project information.
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| @(branch: String, repository: util.JGitUtil.RepositoryInfo, pathList: List[String], content: util.JGitUtil.ContentInfo, latestCommit: util.JGitUtil.CommitInfo)(implicit context: app.Context) | ||||
| @(branch: String, repository: service.ProjectService.RepositoryInfo, pathList: List[String], content: util.JGitUtil.ContentInfo, latestCommit: util.JGitUtil.CommitInfo)(implicit context: app.Context) | ||||
| @import context._ | ||||
| @import view.helpers | ||||
| @html.main(repository.owner+"/"+repository.name) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user