Skip to content

Commit b8fcfb6

Browse files
author
Richard Jones
committed
minor renaming
1 parent 08b8fa1 commit b8fcfb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/templates/classic/html/issue.index

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ You are not allowed to view this page.
5252
<tr class="navigation" tal:define="colspan python:len(request.columns)">
5353
<th tal:attributes="colspan python:colspan/2">
5454
<a tal:define="prev batch/previous" tal:condition="prev"
55-
tal:attributes="href python:request.indexargs_href(request.classname,
55+
tal:attributes="href python:request.indexargs_url(request.classname,
5656
{':startwith':prev.first, ':pagesize':prev.size})">&lt;&lt; previous</a>
5757
&nbsp;
5858
</th>
5959
<th tal:attributes="colspan python:colspan/2 + colspan%2">
6060
<a tal:define="next batch/next" tal:condition="next"
61-
tal:attributes="href python:request.indexargs_href(request.classname,
61+
tal:attributes="href python:request.indexargs_url(request.classname,
6262
{':startwith':next.first, ':pagesize':next.size})">next &gt;&gt;</a>
6363
&nbsp;
6464
</th>

0 commit comments

Comments
 (0)