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