mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
8 lines
314 B
Plaintext
8 lines
314 B
Plaintext
%div{"data-controller": "tooltip"}
|
|
%a{"data-tooltip-target": "element", "data-action": "mouseenter->tooltip#showTooltip mouseleave->tooltip#hideTooltip"}= t('admin.whats_this')
|
|
.tooltip-container
|
|
.tooltip{"data-tooltip-target": "tooltip"}
|
|
= tooltip_text
|
|
.arrow{"data-tooltip-target": "arrow"}
|
|
|