We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b6047 commit 9a80816Copy full SHA for 9a80816
routers/web/admin/badges.go
@@ -15,7 +15,6 @@ import (
15
"code.gitea.io/gitea/modules/setting"
16
"code.gitea.io/gitea/modules/templates"
17
"code.gitea.io/gitea/modules/web"
18
- "code.gitea.io/gitea/routers/web/explore"
19
"code.gitea.io/gitea/services/context"
20
"code.gitea.io/gitea/services/forms"
21
user_service "code.gitea.io/gitea/services/user"
@@ -46,7 +45,7 @@ func Badges(ctx *context.Context) {
46
45
"SortType": sortType,
47
}
48
49
- explore.RenderBadgeSearch(ctx, &user_model.SearchBadgeOptions{
+ RenderBadgeSearch(ctx, &user_model.SearchBadgeOptions{
50
Actor: ctx.Doer,
51
ListOptions: db.ListOptions{
52
PageSize: setting.UI.Admin.UserPagingNum,
0 commit comments