|
|
|
@@ -312,7 +312,7 @@ func GetRepoSquarePage(ctx *context.Context) { |
|
|
|
ctx.HTML(200, tplRepoSquare) |
|
|
|
} |
|
|
|
func GetRepoSearchPage(ctx *context.Context) { |
|
|
|
ctx.Data["Topics"] = repository.GetTopics() |
|
|
|
ctx.Data["SquareTopics"] = repository.GetTopics() |
|
|
|
ctx.HTML(200, tplRepoSearch) |
|
|
|
} |
|
|
|
|
|
|
|
|