0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-08 07:30:37 -05:00
forgejo/routers/web/user
Giteabot 4439a68911
Fix pagination on /notifications/watching (#23564) (#23603)
Backport #23564 by @silverwind

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.

Co-authored-by: silverwind <me@silverwind.io>
2023-03-21 16:10:47 -04:00
..
setting
avatar.go
code.go Add missing tabs to org projects page (#22705) (#23412) 2023-03-10 10:08:28 -06:00
home.go
home_test.go
main_test.go
notification.go Fix pagination on /notifications/watching (#23564) (#23603) 2023-03-21 16:10:47 -04:00
package.go
profile.go Add missing tabs to org projects page (#22705) (#23412) 2023-03-10 10:08:28 -06:00
search.go
stop_watch.go
task.go