mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-24 00:57:59 +00:00
8 lines
247 B
Handlebars
8 lines
247 B
Handlebars
{{#if @value}}
|
|
<label class="search-result__tag-icon">
|
|
<FaIcon @icon={{@options.iconName}} aria-label={{@options.hoverText}} />
|
|
{{#if @options.hoverText}}
|
|
<EmberTooltip @text={{@options.hoverText}} />
|
|
{{/if}}
|
|
</label>
|
|
{{/if}} |