diff -r c9dd78a43b07 -r 5b7ae96768be cms/app-client/app/templates/components/transcript-component.hbs --- a/cms/app-client/app/templates/components/transcript-component.hbs Wed Jul 20 21:08:31 2016 +0200 +++ b/cms/app-client/app/templates/components/transcript-component.hbs Thu Jul 21 23:36:50 2016 +0200 @@ -1,8 +1,10 @@

{{player.transcript.title}}

{{#each player.transcript.annotations as |annotation|}} - Play -

{{annotation.content}}

-

{{annotation.translation}}

+
+ Play +

{{annotation.content}}

+

{{annotation.translation}}

+
{{/each}}
\ No newline at end of file