cms/app-client/app/templates/results.hbs
author nowmad@nowmads-macbook-pro.local
Tue, 15 Dec 2015 17:21:05 +0100
changeset 54 5b2b161dd4ce
parent 52 87b6a104de8e
child 56 c4a022ba3fc3
permissions -rw-r--r--
bind chono visu with query parameters

<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>