(refs #3)Add search field to header area.

This commit is contained in:
takezoe
2013-07-16 21:58:09 +09:00
parent 0bc6102096
commit cb591925ea
2 changed files with 29 additions and 24 deletions

View File

@@ -6,7 +6,7 @@
readme: Option[String])(implicit context: app.Context)
@import context._
@import view.helpers._
@html.main(repository.owner + "/" + repository.name) {
@html.main(s"${repository.owner}/${repository.name}", Some(repository)) {
@html.header("code", repository)
@tab(branch, repository, "files")
<div class="head">