Changeset - b13a1062ea9c
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 11 years ago 2015-04-21 09:05:24
thomas.de.schampheleire@gmail.com
pullrequest overview: fix 'my pullrequests' overview

Commit bd4f453a0055 fixed the pager links on pullrequest overviews, but
broke the 'my pull requests' page due to insufficient testing and
incomplete Python understanding.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/pullrequests/pullrequest_data.html
Show inline comments
 
@@ -82,7 +82,7 @@
 
  </table>
 
</div>
 

	
 
%if pullrequests.pager:
 
%if hasattr(pullrequests, 'pager'):
 
<div class="notification-paginator">
 
  <div class="pagination-wh pagination-left">
 
  ${pullrequests.pager('$link_previous ~2~ $link_next', **request.GET.mixed())}
0 comments (0 inline, 0 general)