mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
23 lines
748 B
Plaintext
23 lines
748 B
Plaintext
.row
|
|
.alpha.three.columns
|
|
= f.label :contact_name, t('.name')
|
|
.omega.eight.columns
|
|
= f.text_field :contact_name, { placeholder: t('.name_placeholder') }
|
|
.row
|
|
.alpha.three.columns
|
|
= f.label :email_address, t('.email_address')
|
|
%div{'ofn-with-tip' => t('.email_address_tip')}
|
|
%a= t('admin.whats_this')
|
|
.omega.eight.columns
|
|
= f.text_field :email_address, { placeholder: t('.email_address_placeholder') }
|
|
.row
|
|
.alpha.three.columns
|
|
= f.label :phone, t('.phone')
|
|
.omega.eight.columns
|
|
= f.text_field :phone, { placeholder: t('.phone_placeholder') }
|
|
.row
|
|
.alpha.three.columns
|
|
= f.label :website, t('.website')
|
|
.omega.eight.columns
|
|
= f.text_field :website, { placeholder: t('.website_placeholder') }
|