cms/app-client/app/templates/components/transcript-section-component.hbs
changeset 458 c3a5f4de29b0
parent 457 a7a333c0b1eb
child 459 6a296e92887f
equal deleted inserted replaced
457:a7a333c0b1eb 458:c3a5f4de29b0
     1 <h3>{{title}}</h3>
       
     2 <ol class="annotations">
       
     3   {{#each turns as |turn|}}
       
     4   {{transcript-turn-component turn=turn player=player intervals=intervals play=(action play)}}
       
     5   {{/each}}
       
     6 </ol>
       
     7