Changeset - 5d45eacd6944
[Not reviewed]
default
0 1 0
Takumi IINO - 11 years ago 2014-08-26 08:01:24
trot.thunder@gmail.com
pull requests: add url parameters to page link

Previously, closed and from_ parameters not passed to page link.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/pullrequests/pullrequest_data.html
Show inline comments
 
@@ -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>
0 comments (0 inline, 0 general)