cms/app-client/app/templates/components/transcript-turn-component.hbs
changeset 458 c3a5f4de29b0
parent 457 a7a333c0b1eb
child 459 6a296e92887f
equal deleted inserted replaced
457:a7a333c0b1eb 458:c3a5f4de29b0
     1 <i class="fa fa-play" {{action play begin}}>Play</i>
       
     2 {{#if title}}<span class="title">{{title}}</span>{{/if}}
       
     3 {{#each annotations as |annotation|}}
       
     4 {{transcript-annotation-component annotation=annotation}}
       
     5 {{/each}}
       
     6