open-nomad/ui/app/templates/components/tooltip.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
69 B
Handlebars
Raw Normal View History

2021-10-21 17:12:33 +00:00
<span class="tooltip" aria-label="{{this.text}}">
{{yield}}
</span>