cms/app-client/app/templates/results.hbs
author nowmad@nowmads-macbook-pro.local
Thu, 10 Dec 2015 16:49:43 +0100
changeset 41 b6815b3d46bd
parent 16 70e9a764d6d7
child 52 87b6a104de8e
permissions -rw-r--r--
pass arguments to results components
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
41
b6815b3d46bd pass arguments to results components
nowmad@nowmads-macbook-pro.local
parents: 16
diff changeset
     4
  {{#each model as |item| }}
b6815b3d46bd pass arguments to results components
nowmad@nowmads-macbook-pro.local
parents: 16
diff changeset
     5
    <p>
b6815b3d46bd pass arguments to results components
nowmad@nowmads-macbook-pro.local
parents: 16
diff changeset
     6
      <strong>{{ item.name }}</strong>
b6815b3d46bd pass arguments to results components
nowmad@nowmads-macbook-pro.local
parents: 16
diff changeset
     7
    </p>
b6815b3d46bd pass arguments to results components
nowmad@nowmads-macbook-pro.local
parents: 16
diff changeset
     8
  {{/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
     9
</div>