mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
* Add loan and credit card views * Lint fix * Clean up overview card markup * Lint fix * Test fix
3 lines
152 B
Text
3 lines
152 B
Text
<%# locals: (account:) %>
|
|
|
|
<%= render partial: "accounts/accountables/#{account.accountable_type.underscore}/overview", locals: { account: account } %>
|