mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-23 23:29:39 +02:00
4 lines
167 B
Text
4 lines
167 B
Text
|
<%= modal_form_wrapper title: t(".edit", account: @account.name) do %>
|
||
|
<%= render "investments/form", account: @account, url: investment_path(@account) %>
|
||
|
<% end %>
|