mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 07:39:39 +02:00
* Make forms more composable, opt-in to form builder * Remove unused method * Simpler money input controls * Add in new form styling to imports * Lint fixes * Small tweak of multi select styles
5 lines
175 B
Text
5 lines
175 B
Text
<%= turbo_frame_tag "account-list" do %>
|
|
<% account_groups(period: @period).each do |group| %>
|
|
<%= render "accounts/account_list", group: group %>
|
|
<% end %>
|
|
<% end %>
|