mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
* Remove ScrollFocusable * Consolidate and simplify account pages * Lint fixes * Fix tab param initialization * Remove stale files * Remove stale route, make accountable routes clearer
6 lines
149 B
Text
6 lines
149 B
Text
<%= render UI::AccountPage.new(
|
|
account: @account,
|
|
chart_view: @chart_view,
|
|
chart_period: @period,
|
|
active_tab: @tab
|
|
) %>
|