@(active: String, fileCount: Int, issueCount: Int, query: String, repository: gitbucket.core.service.RepositoryService.RepositoryInfo)(body: Html)(implicit context: gitbucket.core.controller.Context) @import context._ @import gitbucket.core.view.helpers._ @html.menu("", repository){
@body
}