Files
openfoodnetwork/app/views/admin/enterprise_roles/_form.html.haml
2014-08-15 16:09:05 +10:00

10 lines
441 B
Plaintext

%tr
%td
%select{name: "enterprise_role_user_id", "ng-model" => "user_id", "ng-options" => "u.id as u.email for u in Users.users"}
%td manages
%td
%select{name: "enterprise_role_enterprise_id", "ng-model" => "enterprise_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 {{ EnterpriseRoles.create_errors }}