cms/app-client/app/templates/results.hbs
author nowmad@nowmads-macbook-pro.local
Fri, 11 Dec 2015 13:15:01 +0100
changeset 52 87b6a104de8e
parent 41 b6815b3d46bd
child 56 c4a022ba3fc3
permissions -rw-r--r--
add tags to results template and remove the unused controller (the partial template uses the application controller)

<h2>This is the results</h2>
<div class="corpus-app-content">
  RESULTS
  <p>
    Tags: {{location}} {{langue}}
  </p>
  {{#each filteredSounds as |item| }}
    <p>
      <strong>{{ item.name }}</strong>
    </p>
  {{/each}}
</div>