mirror of
https://github.com/we-promise/sure.git
synced 2026-09-04 14:21:23 +00:00
* fix(i18n): use existing localized labels in web UI * fix(i18n): remove property area unit fallbacks
8 lines
322 B
ERB
8 lines
322 B
ERB
<%# 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 %>
|