forked from go-gitea/gitea
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Resolves go-gitea#14574 - Adds the necessary code to have pagination workin in the forks list of a repo. The code is mostly in par with the stars/watcher implementation.
- Loading branch information
Gusted
committed
Nov 14, 2021
1 parent
d2163df
commit 3f3d901
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,5 +18,7 @@ | |
{{end}} | ||
</div> | ||
</div> | ||
|
||
{{ template "base/paginate" . }} | ||
</div> | ||
{{template "base/footer" .}} |