Add new pagination variables to the Variables page in the docs site. #942

This commit is contained in:
Parker Moore 2013-04-12 23:39:20 +02:00
parent 65f0d66e39
commit dc39f02132
1 changed files with 8 additions and 0 deletions

View File

@ -258,10 +258,18 @@ following is a reference of the available data.
<td><p><code>paginator.previous_page</code></p></td>
<td><p>The number of the previous page.</p></td>
</tr>
<tr>
<td><p><code>paginator.previous_page_path</code></p></td>
<td><p>The path to the previous page.</p></td>
</tr>
<tr>
<td><p><code>paginator.next_page</code></p></td>
<td><p>The number of the next page.</p></td>
</tr>
<tr>
<td><p><code>paginator.next_page_path</code></p></td>
<td><p>The path to the next page.</p></td>
</tr>
</tbody>
</table>