common/corpus-common-addon/addon/templates/components/doc-language.hbs
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 20 Jun 2016 17:04:59 +0200
changeset 195 9d083636bd99
parent 134 c06d08c8a1b8
child 304 20071981ba2a
permissions -rw-r--r--
Layout and style of the /chronologie endpoint

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