Rename ProjectService to RepositoryService.

This commit is contained in:
takezoe
2013-06-04 01:29:54 +09:00
parent 78ad794613
commit a6ea5468c7
19 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
@(branch: String, repository: service.ProjectService.RepositoryInfo, pathList: List[String], content: util.JGitUtil.ContentInfo, latestCommit: util.JGitUtil.CommitInfo)(implicit context: app.Context)
@(branch: String, repository: service.RepositoryService.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) {