mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
5 lines
185 B
Text
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>
|