aboutsummaryrefslogtreecommitdiff
path: root/templates/following.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/following.tmpl')
-rw-r--r--templates/following.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/following.tmpl b/templates/following.tmpl
index 43a60dc..50413d5 100644
--- a/templates/following.tmpl
+++ b/templates/following.tmpl
@@ -5,7 +5,7 @@
{{template "userlist.tmpl" (WithContext .Users $.Ctx)}}
<div class="pagination">
- {{if .HasNext}}
+ {{if .NextLink}}
<a href="{{.NextLink}}">next</a>
{{end}}
</div>