mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-28 01:29:39 +02:00
4 lines
160 B
Text
4 lines
160 B
Text
|
<%= modal_form_wrapper title: t(".title") do %>
|
||
|
<%= render "vehicles/form", account: @account, url: vehicles_path(return_to: params[:return_to]) %>
|
||
|
<% end %>
|