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
5 lines
168 B
Text
5 lines
168 B
Text
<%# locals: (account:) %>
|
|
|
|
<%= turbo_frame_tag dom_id(account, :holdings), src: holdings_path(account_id: account.id) do %>
|
|
<%= render "entries/loading" %>
|
|
<% end %>
|