summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2014-11-08 19:15:35 -0600
committerDan McGee <dan@archlinux.org>2014-11-08 19:15:38 -0600
commit327bd4cfc599dbeddd501afd5221a1d2ff7eee08 (patch)
tree8b0266a85c78c5d50e220f45eedae4e642b8d13b /templates
parent88a457f1c8ae057278f1a7cadb6c163183484019 (diff)
downloadarchweb-327bd4cfc599dbeddd501afd5221a1d2ff7eee08.tar.gz
archweb-327bd4cfc599dbeddd501afd5221a1d2ff7eee08.zip
Paginate the todolist listing page
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/todolists/list.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/todolists/list.html b/templates/todolists/list.html
index 7f0368de..983a49f0 100644
--- a/templates/todolists/list.html
+++ b/templates/todolists/list.html
@@ -16,7 +16,10 @@
<p>Todo lists are used by the developers when a rebuild of a set of
packages is needed. This is common when a library has a version bump,
during a toolchain rebuild, or a general cleanup of packages in the
- repositories. The progress can be tracked here.</p>
+ repositories. The progress can be tracked here, and completed todo lists
+ can be browsed as well.</p>
+
+ {% include "todolists/paginator.html" %}
<table id="dev-todo-lists" class="results todo-table">
<thead>
@@ -46,6 +49,8 @@
{% endfor %}
</tbody>
</table>
+
+ {% include "todolists/paginator.html" %}
</div>
{% endblock %}