mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-25 16:19:40 +02:00
7 lines
343 B
Text
7 lines
343 B
Text
|
<%= render "accounts/show/template",
|
||
|
account: @account,
|
||
|
tabs: render("accounts/show/tabs", account: @account, tabs: [
|
||
|
{ key: "overview", contents: render("vehicles/overview", account: @account) },
|
||
|
{ key: "activity", contents: render("accounts/show/activity", account: @account) }
|
||
|
]) %>
|