cms/app-client/app/templates/results.hbs
changeset 41 b6815b3d46bd
parent 16 70e9a764d6d7
child 52 87b6a104de8e
--- a/cms/app-client/app/templates/results.hbs	Thu Dec 10 16:47:51 2015 +0100
+++ b/cms/app-client/app/templates/results.hbs	Thu Dec 10 16:49:43 2015 +0100
@@ -1,4 +1,9 @@
 <h2>This is the results</h2>
 <div class="corpus-app-content">
   RESULTS
+  {{#each model as |item| }}
+    <p>
+      <strong>{{ item.name }}</strong>
+    </p>
+  {{/each}}
 </div>