changeset 50 | 182f46ea5a56 |
parent 41 | b6815b3d46bd |
child 52 | 87b6a104de8e |
--- a/cms/app-client/app/templates/results.hbs Thu Dec 10 16:05:53 2015 +0100 +++ b/cms/app-client/app/templates/results.hbs Thu Dec 10 17:04:51 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>