|
|
|
@@ -176,6 +176,8 @@ func RenderRepoSearch(ctx *context.Context, opts *RepoSearchOptions) { |
|
|
|
repo.Active = int64(repo.NumIssues) + int64(repo.NumPulls) + int64(repo.NumCommit) |
|
|
|
} |
|
|
|
ctx.Data["Keyword"] = keyword |
|
|
|
ctx.Data["Topic"] = topic |
|
|
|
|
|
|
|
ctx.Data["Total"] = count |
|
|
|
ctx.Data["Repos"] = repos |
|
|
|
ctx.Data["IsRepoIndexerEnabled"] = setting.Indexer.RepoIndexerEnabled |
|
|
|
|