mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-03 12:35:21 +02:00
4 lines
164 B
Text
4 lines
164 B
Text
|
<%= modal_form_wrapper title: t(".title") do %>
|
||
|
<%= render "properties/form", account: @account, url: properties_path(return_to: params[:return_to]) %>
|
||
|
<% end %>
|