(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, info: Option[Any])(implicit context: app.Context)
@import context._
@import view.helpers._
@html.main("Settings"){
@html.main("Settings", Some(repository)){
@html.header("settings", repository)
@menu("options", repository){
@helper.html.information(info)