Files
openfoodnetwork/app/views/admin/enterprise_relationships/_search_input.html.haml
Maikel Linke ba51641271 Symbolise hash keys in HAML files
This was done by the haml-up script.
2024-02-22 15:01:14 +11:00

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) }}