Fix template file names.

This commit is contained in:
takezoe
2013-07-01 13:20:48 +09:00
parent 35c0f9b63b
commit f6bce805e2
6 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
@import view.helpers._
@html.main(repository.owner + "/" + repository.name) {
@html.header("code", repository)
@navtab(branch, repository, "files")
@tab(branch, repository, "files")
<div class="head">
<a href="@url(repository)/tree/@branch">@repository.name</a> /
@pathList.zipWithIndex.map { case (section, i) =>