Files
sure/app/views/accounts/_overview.html.erb
Zach Gollwitzer fd941d714d Add loan and credit card views (#1268)
* Add loan and credit card views

* Lint fix

* Clean up overview card markup

* Lint fix

* Test fix
2024-10-08 17:16:37 -04:00

4 lines
152 B
Plaintext

<%# locals: (account:) %>
<%= render partial: "accounts/accountables/#{account.accountable_type.underscore}/overview", locals: { account: account } %>