cms/app-client/app/templates/components/transcript-component.hbs
changeset 245 c9dd78a43b07
child 246 5b7ae96768be
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cms/app-client/app/templates/components/transcript-component.hbs	Wed Jul 20 21:08:31 2016 +0200
@@ -0,0 +1,8 @@
+<h2>{{player.transcript.title}}</h2>
+<div class="transcript">
+{{#each player.transcript.annotations as |annotation|}}
+	<i class="fa fa-play">Play</i>
+	<p>{{annotation.content}}</p>
+	<p>{{annotation.translation}}</p>
+{{/each}}
+</div>
\ No newline at end of file