mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +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 %>
|