(refs #3)Add search form to all repository related pages.

This commit is contained in:
takezoe
2013-07-18 17:06:28 +09:00
parent dedf5094c1
commit 93e4a8931d
18 changed files with 18 additions and 18 deletions

View File

@@ -8,7 +8,7 @@
@import view.helpers._
@import util.Implicits._
@import org.eclipse.jgit.diff.DiffEntry.ChangeType
@html.main(commit.shortMessage){
@html.main(commit.shortMessage, Some(repository)){
@html.header("code", repository)
@tab(commitId, repository, "commits")
<table class="table table-bordered">