@(fileCount: Int, issueCount: Int, wikis: List[gitbucket.core.service.RepositorySearchService.FileSearchResult], query: String, page: Int, repository: gitbucket.core.service.RepositoryService.RepositoryInfo)(implicit context: gitbucket.core.controller.Context) @import context._ @import gitbucket.core.view.helpers._ @import gitbucket.core.service.RepositorySearchService._ @html.main("Search Results", Some(repository)){ @menu("wiki", fileCount, issueCount, wikis.size, query, repository){ @if(wikis.isEmpty){