1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-05 05:25:24 +02:00
Maybe/app/views/accounts/list.html.erb
2024-04-29 09:56:38 -04:00

5 lines
185 B
Text

<turbo-frame id="account-list" target="_top">
<% account_groups(period: @period).each do |group| %>
<%= render "accounts/account_list", group: group %>
<% end %>
</turbo-frame>