1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

fix: set default limit for activity loop to 40

This commit is contained in:
codecalm
2025-09-18 17:59:27 +02:00
parent 9997893b40
commit f763e3b1dd
+2 -2
View File
@@ -1,7 +1,7 @@
{% assign limit = include.limit | default: false %}
{% assign limit = include.limit | default: 40 %}
<div class="divide-y">
{% for item in activity %}
{% for item in activity limit: limit %}
{% assign person = people[forloop.index] %}
<div>
<div class="row">