Rough in some tests

This commit is contained in:
Matthew Dillon 2015-11-10 11:02:23 -07:00
parent 9fa701c44e
commit 35475c2b92
6 changed files with 112 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<h2>{{genus-name}} Strains</h2>
<h3>Total strains: {{model.length}}</h3>
<h3 id="total-strains">Total strains: {{model.length}}</h3>
{{add-button label="Add Strain" link="protected.strains.new" canAdd=metaData.canAdd}}