changeset 4502:5d45eacd6944

pull requests: add url parameters to page link Previously, closed and from_ parameters not passed to page link.
author Takumi IINO <trot.thunder@gmail.com>
date Tue, 26 Aug 2014 15:01:24 +0900
parents a68fc4abeda3
children cb43603edaca
files kallithea/templates/pullrequests/pullrequest_data.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/templates/pullrequests/pullrequest_data.html	Wed Aug 27 21:50:25 2014 +0200
+++ b/kallithea/templates/pullrequests/pullrequest_data.html	Tue Aug 26 15:01:24 2014 +0900
@@ -26,6 +26,6 @@
 
 <div class="notification-paginator">
   <div class="pagination-wh pagination-left">
-  ${c.pullrequests_pager.pager('$link_previous ~2~ $link_next')}
+  ${c.pullrequests_pager.pager('$link_previous ~2~ $link_next', **request.GET.mixed())}
   </div>
 </div>