mirror of
https://github.com/we-promise/sure.git
synced 2026-04-10 07:44:48 +00:00
* Add loan and credit card views * Lint fix * Clean up overview card markup * Lint fix * Test fix
4 lines
152 B
Plaintext
4 lines
152 B
Plaintext
<%# locals: (account:) %>
|
|
|
|
<%= render partial: "accounts/accountables/#{account.accountable_type.underscore}/overview", locals: { account: account } %>
|