mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-07 06:25:19 +02:00
Fix budget money formatting (#1626)
This commit is contained in:
parent
1ae4b4d612
commit
ca8bdb6241
6 changed files with 13 additions and 13 deletions
|
@ -12,8 +12,7 @@
|
|||
<%= form.fields_for :family do |family_form| %>
|
||||
<%= family_form.select :currency,
|
||||
currencies_for_select.map { |currency| [ "#{currency.name} (#{currency.iso_code})", currency.iso_code ] },
|
||||
{ label: t(".currency") },
|
||||
{ data: { auto_submit_form_target: "auto" } } %>
|
||||
{ label: t(".currency") }, disabled: true %>
|
||||
|
||||
<%= family_form.select :locale,
|
||||
language_options,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue