From 51a4b16af518fde883df50f7f627fda21c18065e Mon Sep 17 00:00:00 2001 From: r Date: Sun, 15 Dec 2019 06:55:13 +0000 Subject: Fix prev pagination --- templates/timeline.tmpl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'templates/timeline.tmpl') diff --git a/templates/timeline.tmpl b/templates/timeline.tmpl index 51bf12e..527c91b 100644 --- a/templates/timeline.tmpl +++ b/templates/timeline.tmpl @@ -16,10 +16,12 @@ {{template "status.tmpl" .}} {{end}} -{{if .HasNext}} - next -{{end}} -{{if .HasPrev}} - next -{{end}} + {{template "footer.tmpl"}} -- cgit v1.2.3