1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Add search form

This commit is contained in:
Frédéric Guillot 2018-07-04 22:05:19 -07:00
parent af15412954
commit 6d0dc451e4
20 changed files with 383 additions and 49 deletions

View file

@ -17,6 +17,7 @@ type pagination struct {
ShowPrev bool
NextOffset int
PrevOffset int
SearchQuery string
}
func (c *Controller) getPagination(route string, total, offset int) pagination {