common/corpus-common-addon/addon/templates/components/doc-language.hbs
author Chloe Laisne <chloe.laisne@gmail.com>
Wed, 24 Aug 2016 18:32:41 +0200
changeset 268 19313f7c04ab
parent 134 c06d08c8a1b8
child 304 20071981ba2a
permissions -rw-r--r--
External notice .active:hover state color + Cancel bubble up event for external notice

{{#if isLanguageLink}}
<a href="{{url}}" target="_blank" title={{resolvedName}} class="bo-doc-ref-link doc-link-lexvo">
  {{#if resolvedName}}{{resolvedName}}{{else}}{{code}}{{/if}}
</a>
{{else}}
{{#if resolvedName}}{{resolvedName}}{{else}}{{code}}{{/if}}
{{/if}}