cms/app-client/app/templates/results.hbs
changeset 52 87b6a104de8e
parent 41 b6815b3d46bd
child 56 c4a022ba3fc3
--- a/cms/app-client/app/templates/results.hbs	Fri Dec 11 13:13:47 2015 +0100
+++ b/cms/app-client/app/templates/results.hbs	Fri Dec 11 13:15:01 2015 +0100
@@ -1,7 +1,10 @@
 <h2>This is the results</h2>
 <div class="corpus-app-content">
   RESULTS
-  {{#each model as |item| }}
+  <p>
+    Tags: {{location}} {{langue}}
+  </p>
+  {{#each filteredSounds as |item| }}
     <p>
       <strong>{{ item.name }}</strong>
     </p>