@(files: List[gitbucket.core.service.RepositorySearchService.FileSearchResult], issueCount: 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("code", files.size, issueCount, query, repository){ @if(files.isEmpty){