mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-07 22:46:06 +00:00
20 lines
486 B
Plaintext
20 lines
486 B
Plaintext
.row
|
|
.alpha.three.columns
|
|
= f.label :facebook, 'Facebook'
|
|
.omega.eight.columns
|
|
= f.text_field :facebook
|
|
.row
|
|
.alpha.three.columns
|
|
= f.label :instagram, 'Instagram'
|
|
.omega.eight.columns
|
|
= f.text_field :instagram
|
|
.row
|
|
.alpha.three.columns
|
|
= f.label :linkedin, 'LinkedIn'
|
|
.omega.eight.columns
|
|
= f.text_field :linkedin
|
|
.row
|
|
.alpha.three.columns
|
|
= f.label :twitter
|
|
.omega.eight.columns
|
|
= f.text_field :twitter, { placeholder: "eg. @the_prof" } |