mirror of
https://github.com/we-promise/sure.git
synced 2026-07-28 12:42:14 +00:00
* fix(i18n): use existing localized labels in web UI * fix(i18n): remove property area unit fallbacks
8 lines
322 B
Plaintext
8 lines
322 B
Plaintext
<%# locals: (account:, url:) %>
|
|
|
|
<%= render "accounts/form", account: account, url: url do |form| %>
|
|
<%= form.select :subtype,
|
|
Depository.subtype_options_for_select,
|
|
{ label: true, prompt: t("depositories.form.subtype_prompt"), include_blank: t("depositories.form.none") } %>
|
|
<% end %>
|