mirror of
https://github.com/we-promise/sure.git
synced 2026-04-21 04:54:11 +00:00
Preference to set default_period (#1941)
This commit is contained in:
@@ -25,6 +25,11 @@
|
||||
{ label: t(".date_format") },
|
||||
{ data: { auto_submit_form_target: "auto" } } %>
|
||||
|
||||
<%= form.select :default_period,
|
||||
Period.all.map { |period| [ period.label, period.key ] },
|
||||
{ label: t(".default_period") },
|
||||
{ data: { auto_submit_form_target: "auto" } } %>
|
||||
|
||||
<%= family_form.select :country,
|
||||
country_options,
|
||||
{ label: t(".country") },
|
||||
|
||||
Reference in New Issue
Block a user