mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-08 07:46:24 +00:00
13 lines
336 B
Handlebars
13 lines
336 B
Handlebars
<a {{action "click" preventDefault=false}} target={{target}} href={{link}}>
|
|
<sup>
|
|
{{#if tooltip}}
|
|
<i data-title={{tooltip}} class="nacho-tooltip">
|
|
<span class="glyphicon glyphicon-question-sign"></span>
|
|
</i>
|
|
{{else}}
|
|
<span class="glyphicon glyphicon-question-sign"></span>
|
|
{{/if}}
|
|
|
|
</sup>
|
|
</a>
|