mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 23:59:40 +02:00
8 lines
452 B
Text
8 lines
452 B
Text
|
<%= render "accounts/show/template",
|
||
|
account: @account,
|
||
|
header: render("accounts/show/header", account: @account, subtitle: @account.property.address),
|
||
|
tabs: render("accounts/show/tabs", account: @account, tabs: [
|
||
|
{ key: "overview", contents: render("properties/overview", account: @account) },
|
||
|
{ key: "activity", contents: render("accounts/show/activity", account: @account) }
|
||
|
]) %>
|