mirror of
https://gitee.com/gitea/gitea
synced 2025-12-16 04:56:37 +08:00
The `q` parameter was not rendered in pagination links because `context.Pagination:AddParam` checks for existance of the parameter in `ctx.Data` where it was absent. Added the parameter there to fix it.