mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 13:35:21 +02:00
6 lines
167 B
Text
6 lines
167 B
Text
|
<%# locals: (account:) %>
|
||
|
|
||
|
<%= turbo_frame_tag dom_id(account, :entries), src: account_entries_path(account) do %>
|
||
|
<%= render "account/entries/loading" %>
|
||
|
<% end %>
|