open-nomad/ui/app/templates/components/tooltip.hbs
2021-10-21 13:12:33 -04:00

3 lines
69 B
Handlebars

<span class="tooltip" aria-label="{{this.text}}">
{{yield}}
</span>