cms/app-client/app/templates/components/transcript-section-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

<h3>{{title}}</h3>
<ol class="annotations">
  {{#each turns as |turn|}}
  {{transcript-turn-component turn=turn player=player intervals=intervals play=(action play)}}
  {{/each}}
</ol>