1
0
Fork 0
forked from forgejo/forgejo

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.
This commit is contained in:
Gusted 2021-11-18 14:45:56 +00:00 committed by GitHub
parent 257b7171c3
commit c3e020ca34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 2 deletions

View file

@ -18,5 +18,7 @@
{{end}}
</div>
</div>
{{ template "base/paginate" . }}
</div>
{{template "base/footer" .}}