1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 20:15:22 +02:00

add pagination to account transactions list (#1095)

* add pagination to account transactions list

* use global pagination partial
This commit is contained in:
Alexander Schrot 2024-08-16 15:00:05 +02:00 committed by GitHub
parent 9dda2606d5
commit c70a08aca2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 13 additions and 4 deletions

View file

@ -23,6 +23,9 @@
<%= render entries %>
<% end %>
</div>
<div class="pt-4">
<%= render "pagination", pagy: @pagy %>
</div>
<% end %>
</div>
</div>