mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 04:24:06 +00:00
* Remove ScrollFocusable * Consolidate and simplify account pages * Lint fixes * Fix tab param initialization * Remove stale files * Remove stale route, make accountable routes clearer
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
<%= render UI::AccountPage.new(
|
|
account: @account,
|
|
chart_view: @chart_view,
|
|
chart_period: @period,
|
|
active_tab: @tab
|
|
) %>
|