aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorBrecht Van Lommel2023-02-24 22:15:10 +0100
committerGitHub2023-02-24 16:15:10 -0500
commitf4920c9c7f5947d3b6476610f39bc3492ab4ef3b (patch)
tree36a4063c1ec25766808a73a2190a50cf13a7b18d /templates
parent740a5ecdd925aec8dcea3e73da07868f70cdacac (diff)
Add pagination for dashboard and user activity feeds (#22937)
Previously only the last few activities where available. This works for all activity and for activity on a date chosen on the heatmap.
Diffstat (limited to 'templates')
-rw-r--r--templates/user/dashboard/feeds.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl
index 3f156249f..75a76db57 100644
--- a/templates/user/dashboard/feeds.tmpl
+++ b/templates/user/dashboard/feeds.tmpl
@@ -124,3 +124,5 @@
<div class="ui divider"></div>
</div>
{{end}}
+
+{{template "base/paginate" .}}