cms/app-client/app/templates/results.hbs
changeset 87 24fef043ea0b
parent 84 36f84e8f1ad5
child 91 acfeddc7821d
--- a/cms/app-client/app/templates/results.hbs	Tue Jan 19 19:06:17 2016 +0100
+++ b/cms/app-client/app/templates/results.hbs	Wed Jan 20 00:15:46 2016 +0100
@@ -24,7 +24,7 @@
 <div class='result-list'>
   {{#each filteredSounds as |item| }}
     <div id="{{item.id}}" {{action "details" item}} class='result-item'>
-      <span class="fa fa-play-circle fa-lg fa-fw pull-right" {{action 'play' item}}></span>
+      <span class="playing-indicator fa fa-play-circle fa-lg fa-fw pull-right" {{action 'play' item}}></span>
       <strong>{{ item.title }}</strong> - {{item.interviewer}}
       <div class="description">
         {{item.description}}