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)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
70e9a764d6d7 add all tabs corresponding to each visualization, update name and structure and create a simple squeleton
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     1
<h2>This is the results</h2>
70e9a764d6d7 add all tabs corresponding to each visualization, update name and structure and create a simple squeleton
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     2
<div class="corpus-app-content">
70e9a764d6d7 add all tabs corresponding to each visualization, update name and structure and create a simple squeleton
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     3
  RESULTS
52
87b6a104de8e add tags to results template and remove the unused controller (the partial template uses the application controller)
nowmad@nowmads-macbook-pro.local
parents: 41
diff changeset
     4
  <p>
87b6a104de8e add tags to results template and remove the unused controller (the partial template uses the application controller)
nowmad@nowmads-macbook-pro.local
parents: 41
diff changeset
     5
    Tags: {{location}} {{langue}}
87b6a104de8e add tags to results template and remove the unused controller (the partial template uses the application controller)
nowmad@nowmads-macbook-pro.local
parents: 41
diff changeset
     6
  </p>
87b6a104de8e add tags to results template and remove the unused controller (the partial template uses the application controller)
nowmad@nowmads-macbook-pro.local
parents: 41
diff changeset
     7
  {{#each filteredSounds as |item| }}
41
b6815b3d46bd pass arguments to results components
nowmad@nowmads-macbook-pro.local
parents: 16
diff changeset
     8
    <p>
b6815b3d46bd pass arguments to results components
nowmad@nowmads-macbook-pro.local
parents: 16
diff changeset
     9
      <strong>{{ item.name }}</strong>
b6815b3d46bd pass arguments to results components
nowmad@nowmads-macbook-pro.local
parents: 16
diff changeset
    10
    </p>
b6815b3d46bd pass arguments to results components
nowmad@nowmads-macbook-pro.local
parents: 16
diff changeset
    11
  {{/each}}
16
70e9a764d6d7 add all tabs corresponding to each visualization, update name and structure and create a simple squeleton
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    12
</div>