Fix address2 field

This commit is contained in:
Matt-Yorkley
2021-08-01 09:41:33 +01:00
committed by Jean-Baptiste Bellet
parent d10899d9ea
commit aba3cf99a3

View File

@@ -35,8 +35,8 @@
= f.error_message_on "bill_address.address1"
%div.checkout-input
= f.label :address2, t("split_checkout.step1.billing_address.address2.label")
= f.text_field :address2, { placeholder: t("split_checkout.step1.billing_address.address2.placeholder") }
= bill_address.label :address2, t("split_checkout.step1.billing_address.address2.label")
= bill_address.text_field :address2, { placeholder: t("split_checkout.step1.billing_address.address2.placeholder") }
= f.error_message_on "bill_address.address2"
%div.checkout-input