cms/app-client/app/templates/components/transcript-component.hbs
changeset 373 e952c8a31a2b
parent 334 cffb9b124af3
child 454 710a2ae08a74
--- a/cms/app-client/app/templates/components/transcript-component.hbs	Tue Oct 18 20:39:34 2016 +0530
+++ b/cms/app-client/app/templates/components/transcript-component.hbs	Thu Oct 20 12:54:07 2016 +0530
@@ -1,7 +1,7 @@
 <h2>
-    {{player.transcript.title.original}}
+    <span class="original">{{player.transcript.title.original}}</span>
 {{#if player.transcript.title.translation}}
-    <span>{{player.transcript.title.translation}}</span>
+    <span class="translation">{{player.transcript.title.translation}}</span>
 {{/if}}
 </h2>