diff -r dbb941b9fb66 -r 9cffc7f32f14 cms/app-client/app/templates/components/transcript-component.hbs --- a/cms/app-client/app/templates/components/transcript-component.hbs Sat Dec 17 23:43:28 2016 +0100 +++ b/cms/app-client/app/templates/components/transcript-component.hbs Sun Dec 18 01:13:51 2016 +0100 @@ -13,10 +13,10 @@
    {{#each section.turns as |turn indexTurn|}}
  1. - Play + Play {{#if turn.title}}{{turn.title}}{{/if}} {{#each turn.annotations as |annotation|}} -
    +
    {{#if annotation.original}}

    @@ -27,7 +27,7 @@ {{#if annotation.literal}}

    {{#each annotation.literal as |word|}} -
    +

    {{word.original}}

    {{word.translation}}

    {{#if (and word.morphenes word.morphenes.length)}} @@ -59,7 +59,7 @@
      {{#each transcript.annotations as |annotation index|}}
    1. - Play + Play {{#if annotation.title}}{{annotation.title}}{{/if}}
      {{#if annotation.original}} @@ -71,7 +71,7 @@ {{#if annotation.literal}}
      {{#each annotation.literal as |word|}} -
      +

      {{word.original}}

      {{word.translation}}

      {{#if (and word.morphenes word.morphenes.length)}}