We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27d36f commit 6117058Copy full SHA for 6117058
routers/web/explore/repo.go
@@ -33,7 +33,6 @@ type RepoSearchOptions struct {
33
34
// RenderRepoSearch render repositories search page
35
// This function is also used to render the Admin Repository Management page.
36
-// The isAdmin param should be set to true when rendering the Admin page.
37
func RenderRepoSearch(ctx *context.Context, opts *RepoSearchOptions) {
38
// Sitemap index for sitemap paths
39
page := int(ctx.ParamsInt64("idx"))
0 commit comments