common/corpus-common-addon/addon/templates/components/doc-language.hbs
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 05 Aug 2016 18:51:59 +0200
changeset 253 0be9770b09b4
parent 134 c06d08c8a1b8
child 304 20071981ba2a
permissions -rw-r--r--
Hide/show transcript button in the player - Do not request transscript when property is null in the document request
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
134
c06d08c8a1b8 add bnf resolver in common addon + applications
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{{#if isLanguageLink}}
c06d08c8a1b8 add bnf resolver in common addon + applications
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
<a href="{{url}}" target="_blank" title={{resolvedName}} class="bo-doc-ref-link doc-link-lexvo">
c06d08c8a1b8 add bnf resolver in common addon + applications
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
  {{#if resolvedName}}{{resolvedName}}{{else}}{{code}}{{/if}}
c06d08c8a1b8 add bnf resolver in common addon + applications
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
</a>
c06d08c8a1b8 add bnf resolver in common addon + applications
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
{{else}}
c06d08c8a1b8 add bnf resolver in common addon + applications
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
{{#if resolvedName}}{{resolvedName}}{{else}}{{code}}{{/if}}
c06d08c8a1b8 add bnf resolver in common addon + applications
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
{{/if}}