common/corpus-common-addon/addon/templates/components/doc-language.hbs
author ymh <ymh.work@gmail.com>
Fri, 14 Oct 2016 01:28:34 +0200
changeset 330 8a29098c8273
parent 304 20071981ba2a
child 429 4a0fc5c5f420
permissions -rw-r--r--
in language treemap definition, remove glbal id to make it non selectable

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