cms/app-client/app/templates/components/transcript-turn-component.hbs
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 13:25:08 +0100
changeset 457 a7a333c0b1eb
parent 455 a8bed1c7df8e
permissions -rw-r--r--
Optimize transcript rendering : remove call to components

<i class="fa fa-play" {{action play begin}}>Play</i>
{{#if title}}<span class="title">{{title}}</span>{{/if}}
{{#each annotations as |annotation|}}
{{transcript-annotation-component annotation=annotation}}
{{/each}}