mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 02:54:10 +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
6 lines
168 B
Plaintext
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 %>
|