mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-19 04:49:15 +00:00
19 lines
543 B
Plaintext
19 lines
543 B
Plaintext
%table{'data-hook' => "suppliers"}
|
|
%tr{'data-hook' => "name"}
|
|
%td Name:
|
|
%td= f.text_field :name
|
|
%tr{'data-hook' => "description"}
|
|
%td Description:
|
|
%td= f.text_field :description
|
|
= f.fields_for :address do |address_form|
|
|
= render 'spree/admin/shared/address_form', :f => address_form
|
|
%tr{'data-hook' => "email"}
|
|
%td Email:
|
|
%td= f.text_field :email
|
|
%tr{'data-hook' => "website"}
|
|
%td Website:
|
|
%td= f.text_field :website
|
|
%tr{'data-hook' => "twitter"}
|
|
%td Twitter:
|
|
%td= f.text_field :twitter
|