aboutsummaryrefslogtreecommitdiff
path: root/ui/html/pages
diff options
context:
space:
mode:
Diffstat (limited to 'ui/html/pages')
-rw-r--r--ui/html/pages/index.tmpl.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/html/pages/index.tmpl.html b/ui/html/pages/index.tmpl.html
index 3f30833..fa5a9bb 100644
--- a/ui/html/pages/index.tmpl.html
+++ b/ui/html/pages/index.tmpl.html
@@ -49,7 +49,9 @@
{{if ne .Offset 0}}
<a href="/?offset={{sub .Offset 10}}" class="nav_tag">Previous</a>
{{end}}
- <a href="/?offset={{add .Offset 10}}">Next</a>
+ {{if .PagePopulated}}
+ <a href="/?offset={{add .Offset 10}}">Next</a>
+ {{end}}
</div>
</div>
{{end}}