mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 21:45:23 +02:00
5 lines
164 B
Text
5 lines
164 B
Text
|
<%= turbo_frame_tag dom_id(@entry) do %>
|
||
|
<%= render "account/valuations/form", entry: @entry %>
|
||
|
<div class="h-px bg-alpha-black-50 ml-20 mr-4"></div>
|
||
|
<% end %>
|