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:
parent
9dda2606d5
commit
c70a08aca2
5 changed files with 13 additions and 4 deletions
|
@ -23,6 +23,9 @@
|
|||
<%= render entries %>
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="pt-4">
|
||||
<%= render "pagination", pagy: @pagy %>
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue