@(branch: String, repository: app.RepositoryInfo, pathList: List[String], content: app.ContentInfo, latestCommit: app.CommitInfo)(implicit context: app.Context) @import context._ @import view.helpers @main(repository.owner+"/"+repository.name) { @header(branch, repository) @navtab(branch, repository, "files")
@latestCommit.committer
@helpers.datetime(latestCommit.time)
@helpers.cut(latestCommit.message, 100)
|
---|
@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) |