common/corpus-common-addon/addon/templates/components/doc-literal.hbs
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 24 Jun 2016 15:26:26 +0200
changeset 206 e038d5782d06
parent 141 c0e8626a271c
permissions -rw-r--r--
Discourses component: Modify label styles / Styling to SCSS / Cursor pointer
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
141
c0e8626a271c literal are now objects if one of lang or datatype is not null
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{{#if value}}{{value}}{{/if}}<span class="doc-supsub">{{#if lang}}<sup>{{lang}}</sup>{{/if}}{{#if datatype}}<sub>{{datatype}}</sub>{{/if}}</span>