mirror of
https://github.com/go-gitea/gitea
synced 2025-08-09 11:08:19 +00:00
committed by
GitHub
parent
a765410d0f
commit
36e96e3481
@@ -84,6 +84,7 @@ func RenderUserSearch(ctx *context.Context, opts *user_model.SearchUserOptions,
|
||||
|
||||
pager := context.NewPagination(int(count), opts.PageSize, opts.Page, 5)
|
||||
pager.SetDefaultParams(ctx)
|
||||
pager.SetUserFilterParams(ctx)
|
||||
ctx.Data["Page"] = pager
|
||||
|
||||
ctx.HTML(http.StatusOK, tplName)
|
||||
|
Reference in New Issue
Block a user