mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-27 09:09:41 +02:00
4 lines
168 B
Text
4 lines
168 B
Text
|
<%= modal_form_wrapper title: t(".title") do %>
|
||
|
<%= render "other_assets/form", account: @account, url: other_assets_path(return_to: params[:return_to]) %>
|
||
|
<% end %>
|