mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
6 lines
357 B
Plaintext
6 lines
357 B
Plaintext
%input.search{"ng-model" => "query", "placeholder" => t(:admin_enterprise_relationships_seach_placeholder)}
|
|
|
|
%label{ "ng-repeat": "permission in EnterpriseRelationships.all_permissions" }
|
|
%input{ type: "checkbox", "ng-click": "$parent.query = toggleKeyword($parent.query, permission)" }
|
|
{{ EnterpriseRelationships.permission_presentation(permission) }}
|