mirror of
https://github.com/we-promise/sure.git
synced 2026-04-16 10:34:09 +00:00
6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
<turbo-frame id="account-list" target="_top">
|
|
<% account_groups(period: @period).each do |group| %>
|
|
<%= render "accounts/account_list", group: group %>
|
|
<% end %>
|
|
</turbo-frame>
|