mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-29 01:59:38 +02:00
8 lines
303 B
Text
8 lines
303 B
Text
|
<%# locals: (account:, url:) %>
|
||
|
|
||
|
<%= render "accounts/form", account: account, url: url do |form| %>
|
||
|
<%= form.select :subtype,
|
||
|
Investment::SUBTYPES,
|
||
|
{ label: true, prompt: t("investments.form.subtype_prompt"), include_blank: t("investments.form.none") } %>
|
||
|
<% end %>
|