From c3e020ca3404cc07e78e13e975eb7e712670e137 Mon Sep 17 00:00:00 2001 From: Gusted Date: Thu, 18 Nov 2021 14:45:56 +0000 Subject: Add pagination to fork list (#17639) - Resolves #14574 - Adds the necessary code to have pagination working in the forks list of a repo. The code is mostly in par with the stars/watcher implementation. --- templates/repo/forks.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/repo') diff --git a/templates/repo/forks.tmpl b/templates/repo/forks.tmpl index ff6e9949d3..d28dc0aff8 100644 --- a/templates/repo/forks.tmpl +++ b/templates/repo/forks.tmpl @@ -18,5 +18,7 @@ {{end}} + + {{ template "base/paginate" . }} {{template "base/footer" .}} -- cgit v1.2.3