mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-10-30 18:15:59 +01:00 
			
		
		
		
	Move case classes in RepositoryViewerController to JGitUtil.
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| @(branch: String, repository: app.RepositoryInfo, pathList: List[String], content: app.ContentInfo, latestCommit: app.CommitInfo)(implicit context: app.Context) | ||||
| @(branch: String, repository: util.JGitUtil.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