mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 06:21:23 +00:00
Increase min year for home built (#783)
This commit is contained in:
committed by
GitHub
parent
9119a635d1
commit
4d867c193c
@@ -13,7 +13,7 @@
|
||||
<%= property_form.number_field :year_built,
|
||||
label: t("properties.form.year_built"),
|
||||
placeholder: t("properties.form.year_built_placeholder"),
|
||||
min: 1800,
|
||||
min: 1500,
|
||||
max: Time.current.year %>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<%= property_form.number_field :year_built,
|
||||
label: "Year Built (optional)",
|
||||
placeholder: "1990",
|
||||
min: 1800,
|
||||
min: 1500,
|
||||
max: Time.current.year %>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user