common/corpus-common-addon/addon/templates/components/doc-language.hbs
author ymh <ymh.work@gmail.com>
Wed, 28 Sep 2016 17:24:02 +0200
changeset 306 3fccf43160a7
parent 304 20071981ba2a
child 429 4a0fc5c5f420
permissions -rw-r--r--
Some more changes linked to the change of api organization + some jshint error cleaning

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