cms/app-client/app/templates/results.hbs
changeset 73 79a23f4911f9
parent 66 b7e750ed3ef5
child 78 08765d161e96
--- a/cms/app-client/app/templates/results.hbs	Thu Dec 17 12:32:01 2015 +0100
+++ b/cms/app-client/app/templates/results.hbs	Thu Dec 17 13:11:40 2015 +0100
@@ -22,7 +22,7 @@
 <div class='result-list'>
   {{#each filteredSounds as |item| }}
     <div id="{{item.id}}" {{action "details" item}} class='result-item'>
-      <span class="play-icon" {{action 'play' item}}></span>
+      <span class="play-icon" {{action 'play' item}}>play</span>
       <strong>{{ item.title }}</strong> - {{item.interviewer}}
       <div class="description">
         {{item.description}}