mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-12 16:35:52 +01:00
Format templates which have a lot of argument.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
@(pageName: String, page: service.WikiService.WikiPageInfo, repository: service.RepositoryService.RepositoryInfo, isWritable: Boolean)(implicit context: app.Context)
|
||||
@(pageName: String,
|
||||
page: service.WikiService.WikiPageInfo,
|
||||
repository: service.RepositoryService.RepositoryInfo,
|
||||
isWritable: Boolean)(implicit context: app.Context)
|
||||
@import context._
|
||||
@import view.helpers._
|
||||
@html.main(pageName + " - " + repository.owner + "/" + repository.name){
|
||||
|
||||
Reference in New Issue
Block a user