@(fileCount: Int, issues: List[gitbucket.core.service.RepositorySearchService.IssueSearchResult], wikiCount: Int, 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("issue", fileCount, issues.size, wikiCount, query, repository){ @if(issues.isEmpty){
@Html(issue.highlightText)}