mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-31 21:37:16 +00:00
10 lines
473 B
Plaintext
10 lines
473 B
Plaintext
%tr
|
|
%td
|
|
%select{name: "enterprise_relationship_parent_id", "ng-model" => "parent_id", "ng-options" => "e.id as e.name for e in Enterprises.my_enterprises"}
|
|
%td permits
|
|
%td
|
|
%select{name: "enterprise_relationship_child_id", "ng-model" => "child_id", "ng-options" => "e.id as e.name for e in Enterprises.all_enterprises"}
|
|
%td.actions
|
|
%input{type: "button", value: "Create", "ng-click" => "create()"}
|
|
.errors {{ EnterpriseRelationships.create_errors }}
|