mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-03 04:25:21 +02:00
5 lines
188 B
Text
5 lines
188 B
Text
|
<%# locals: (entry:, **opts) %>
|
||
|
<%= turbo_frame_tag dom_id(entry) do %>
|
||
|
<%= render permitted_entryable_partial_path(entry, entry.entryable_name_short), entry: entry, **opts %>
|
||
|
<% end %>
|