@(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) { @html.header("code", repository) @tab(branch, repository, "files")
@latestCommit.committer
@datetime(latestCommit.time)
|
---|
@if(content.viewType == "text"){
@content.content.get} @if(content.viewType == "image"){
View Raw
}
(Sorry about that, but we can't show files that are this big right now) |