github.com/hernad/nomad@v1.6.112/ui/app/templates/components/tooltip.hbs (about) 1 {{! 2 Copyright (c) HashiCorp, Inc. 3 SPDX-License-Identifier: MPL-2.0 4 ~}} 5 6 {{#if this.condition}} 7 <span class={{concat "tooltip" (if @isFullText " multiline")}} aria-label={{if @isFullText @text this.text}}> 8 {{yield}} 9 </span> 10 {{else}} 11 {{yield}} 12 {{/if}}