mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-07 06:25:19 +02:00
Add trends to sidebar account list (#697)
This commit is contained in:
parent
93953499a6
commit
7f491f5064
12 changed files with 87 additions and 28 deletions
5
app/views/accounts/list.html.erb
Normal file
5
app/views/accounts/list.html.erb
Normal file
|
@ -0,0 +1,5 @@
|
|||
<turbo-frame id="account-list" target="_top">
|
||||
<% account_groups(period: @period).each do |group| %>
|
||||
<%= render "accounts/account_list", group: group %>
|
||||
<% end %>
|
||||
</turbo-frame>
|
Loading…
Add table
Add a link
Reference in a new issue