1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-03 04:25:21 +02:00

Better import instructions, remove ambiguous field (#1284)

* Remove ambiguous institution field

* Add import instructions

* Fix system test

* Remove lint and i18n normalization checks in CI
This commit is contained in:
Zach Gollwitzer 2024-10-10 11:18:58 -04:00 committed by GitHub
parent 90278630ed
commit 5c7d2f2b01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 5 additions and 8 deletions

View file

@ -4,7 +4,6 @@
<div class="grow space-y-2">
<%= f.hidden_field :accountable_type %>
<%= f.text_field :name, placeholder: t(".name_placeholder"), required: "required", label: t(".name_label"), autofocus: true %>
<%= f.collection_select :institution_id, Current.family.institutions.alphabetically, :id, :name, { include_blank: t(".ungrouped"), label: t(".institution") } %>
<%= f.money_field :balance, label: t(".balance"), required: true, default_currency: Current.family.currency %>
<% if account.new_record? %>

View file

@ -61,6 +61,7 @@
<li><%= t(".instructions_2") %></li>
<li><%= t(".instructions_3") %></li>
<li><%= t(".instructions_4") %></li>
<li><%= t(".instructions_5") %></li>
</ul>
</div>