summaryrefslogtreecommitdiffstats
path: root/templates/admin/repos.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/repos.tmpl')
-rw-r--r--templates/admin/repos.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/admin/repos.tmpl b/templates/admin/repos.tmpl
index f6f3a7be98..373348b9d1 100644
--- a/templates/admin/repos.tmpl
+++ b/templates/admin/repos.tmpl
@@ -37,6 +37,10 @@
{{end}}
</tbody>
</table>
+ <ul class="pagination">
+ {{if .LastPageNum}}<li><a href="/admin/repos?p={{.LastPageNum}}">&laquo; Prev.</a></li>{{end}}
+ {{if .NextPageNum}}<li><a href="/admin/repos?p={{.NextPageNum}}">&raquo; Next</a></li>{{end}}
+ </ul>
</div>
</div>
</div>