diff options
author | jaqra <48099350+jaqra@users.noreply.github.com> | 2019-10-15 00:38:35 +0300 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-10-14 22:38:35 +0100 |
commit | 086bfb8b4b655f46ac9471cbea9df70e912c315d (patch) | |
tree | f89c2f17afa05b622e644a81ae09c087d83452b3 /templates/repo/graph.tmpl | |
parent | 30835226207f9a618bb2d4956fb209b1dbe099e6 (diff) | |
download | gitea-086bfb8b4b655f46ac9471cbea9df70e912c315d.tar.gz gitea-086bfb8b4b655f46ac9471cbea9df70e912c315d.zip |
Add pagination to commit graph page (#8360)
Fixes #8308
Diffstat (limited to 'templates/repo/graph.tmpl')
-rw-r--r-- | templates/repo/graph.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/repo/graph.tmpl b/templates/repo/graph.tmpl index 2e8d0b5d91..20fe3d1527 100644 --- a/templates/repo/graph.tmpl +++ b/templates/repo/graph.tmpl @@ -37,4 +37,5 @@ </div> </div> </div> +{{template "base/paginate" .}} {{template "base/footer" .}} |