Files
@ bd4f453a0055
Branch filter:
Location: kallithea/kallithea/templates/pullrequests/pullrequest_data.html
bd4f453a0055
3.1 KiB
text/html
pullrequest overview: fix missing pager links
Commit 0f9a48e0adc3 refactored the pullrequest overview pages, but has a
bug causing no more than 10 pull requests to be shown, without pager links.
The code assumed that 'pager' was a variable, rather than a method, of the
pullrequests structure.
Commit 0f9a48e0adc3 refactored the pullrequest overview pages, but has a
bug causing no more than 10 pull requests to be shown, without pager links.
The code assumed that 'pager' was a variable, rather than a method, of the
pullrequests structure.