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