mirror of
https://github.com/we-promise/sure.git
synced 2026-04-11 00:04:47 +00: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
6 lines
175 B
Plaintext
6 lines
175 B
Plaintext
<%= turbo_frame_tag "account-list" do %>
|
|
<% account_groups(period: @period).each do |group| %>
|
|
<%= render "accounts/account_list", group: group %>
|
|
<% end %>
|
|
<% end %>
|