mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
* Move accountable partials * Split accountables into separate view partials * Fix test * Add form to permitted partials * Fix failing system tests * Update new account modal views * New sync algorithm implementation * Update account system test assertions to match new behavior * Fix off by 1 date error * Revert new balance sync algorithm * Add missing account overviews
6 lines
173 B
Plaintext
6 lines
173 B
Plaintext
<%# locals: (account:) %>
|
|
|
|
<%= turbo_frame_tag dom_id(account, :valuations), src: account_valuations_path(account) do %>
|
|
<%= render "account/entries/loading" %>
|
|
<% end %>
|