summaryrefslogtreecommitdiffstats
path: root/israwhidebroken/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'israwhidebroken/templates/index.html')
-rw-r--r--israwhidebroken/templates/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/israwhidebroken/templates/index.html b/israwhidebroken/templates/index.html
index bf8474e..24b2451 100644
--- a/israwhidebroken/templates/index.html
+++ b/israwhidebroken/templates/index.html
@@ -26,7 +26,9 @@ for tree in trees:
<body>
<table id="results">
- <th>Rawhide compose ${c}</th>
+ <th><a href="${prev and tg.url('/?c=%u' % prev)}">«</a>
+ Rawhide compose ${c}
+ <a href="${next and tg.url('/?c=%u' % next)}">»</a></th>
<th py:for="tree in trees">${tree.arch}</th>
<tr py:for="test in tests">
<td><a href="${test.uri}">${test.name}</a></td>