9 lines
212 B
Handlebars
9 lines
212 B
Handlebars
|
{{#if @sameTab}}
|
||
|
<a href={{this.href}} ...attributes>
|
||
|
{{yield}}
|
||
|
</a>
|
||
|
{{else}}
|
||
|
<a href={{this.href}} target="_blank" rel="noopener noreferrer" class="doc-link" ...attributes>
|
||
|
{{yield}}
|
||
|
</a>
|
||
|
{{/if}}
|