(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

@@ -1,7 +1,7 @@
@(repository: service.RepositoryService.RepositoryInfo)(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)
<h3 style="margin-top: 30px;">Create a new repository on the command line</h3>
<pre>