Sha256: 5e11bfe12da1cfb66f41fc721118b4e625488c0fdc9e84e4da5b0faf59441862

Contents?: true

Size: 335 Bytes

Versions: 4

Compression:

Stored size: 335 Bytes

Contents

<article class="master">
  <h2>Records {{name}}</h2>
  <table>
    <thead>
      <tr>
        {{#each attributes}}
          <th>{{this}}</th>
        {{/each}}
      </tr>
    </thead>
    <tbody>
      {{#each record in records}}
        {{view recordView contentBinding="record"}}
      {{/each}}
    </tbody>
  </table>
</article>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
helios-0.0.5 ./lib/helios/frontend/templates/data/entity.hbs
helios-0.0.4 ./lib/helios/frontend/templates/data/entity.hbs
helios-0.0.3 ./lib/helios/frontend/templates/data/entity.hbs
helios-0.0.2 ./lib/helios/frontend/templates/data/entity.hbs