Format templates which have a lot of argument.

This commit is contained in:
takezoe
2013-07-02 19:24:34 +09:00
parent 3655e78b62
commit dc3ba18227
4 changed files with 23 additions and 4 deletions

View File

@@ -1,4 +1,8 @@
@(branch: String, repository: service.RepositoryService.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) {