mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-11 18:26:50 +00:00
It wasn't possible to directly reuse the shopfront views because they are still using angular.
4 lines
354 B
Plaintext
4 lines
354 B
Plaintext
- # NOTE: make sure that any changes in this template are reflected in app/views/admin/products_v3/product_preview.turbo_stream.haml
|
|
%li{ "ng-class": "{active: selector.active}" }
|
|
%a{ tooltip: "{{selector.object.value}}", "tooltip-placement": "bottom", "ng-transclude": true, "ng-class": "{active: selector.active, 'has-tip': selector.object.value}" }
|