Files
sure/app/views/investments/tabs/_holdings.html.erb
Zach Gollwitzer 8c97c9d31a Consolidate and simplify account pages (#2462)
* Remove ScrollFocusable

* Consolidate and simplify account pages

* Lint fixes

* Fix tab param initialization

* Remove stale files

* Remove stale route, make accountable routes clearer
2025-07-18 05:52:18 -04:00

6 lines
168 B
Plaintext

<%# locals: (account:) %>
<%= turbo_frame_tag dom_id(account, :holdings), src: holdings_path(account_id: account.id) do %>
<%= render "entries/loading" %>
<% end %>