1
0
Fork 0

Use chronological pagination on user profile activity lists

This commit is contained in:
Christof Dorner 2023-02-26 11:24:00 +01:00
parent 99fc2b7a36
commit d1110630db
2 changed files with 3 additions and 3 deletions

View file

@ -25,6 +25,6 @@
</div> </div>
{% endif %} {% endif %}
{% include 'snippets/pagination.html' with page=activities path=path %} {% include 'snippets/pagination.html' with page=activities path=path mode="chronological" %}
</div> </div>
{% endblock %} {% endblock %}

View file

@ -130,7 +130,7 @@
</div> </div>
{% endif %} {% endif %}
{% include 'snippets/pagination.html' with page=activities path=user.local_path anchor="#feed" %} {% include 'snippets/pagination.html' with page=activities path=user.local_path anchor="#feed" mode="chronological" %}
</div> </div>
{% endblock %} {% endblock %}