common/corpus-common-addon/addon/templates/components/doc-language.hbs
author ymh <ymh.work@gmail.com>
Mon, 06 Jun 2016 01:10:25 +0200
changeset 170 31bee084df32
parent 134 c06d08c8a1b8
child 304 20071981ba2a
permissions -rw-r--r--
Documents cn have more than one spatial sameas property

{{#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}}