common/corpus-common-addon/addon/templates/components/doc-created.hbs
author ymh <ymh.work@gmail.com>
Wed, 15 Feb 2017 10:51:26 +0100
changeset 510 b4ed4ae6a6dc
parent 445 b1e5ad6b2a29
permissions -rw-r--r--
Added tag 0.0.16 for changeset fcc59d0ac8aa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
445
b1e5ad6b2a29 Display created date instead of issued
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{{#if isPeriod}}
b1e5ad6b2a29 Display created date instead of issued
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
entre {{shortDateStart}} et {{shortDateEnd}}
b1e5ad6b2a29 Display created date instead of issued
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
{{else}}
b1e5ad6b2a29 Display created date instead of issued
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
{{shortDateDate}}
b1e5ad6b2a29 Display created date instead of issued
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
{{/if}}