More species-strain detail

This commit is contained in:
Matthew Dillon 2015-06-03 11:08:43 -08:00
parent f3aaa4739d
commit 7260b95937
8 changed files with 46 additions and 13 deletions

View file

@ -12,7 +12,7 @@
<thead>
<tr>
<th {{action "setSortBy" "fullName"}}>Name</th>
<th {{action "setSortBy" "totalMeasurements"}}>Measurements</th>
<th {{action "setSortBy" "totalMeasurements"}}>Total Measurements</th>
</tr>
</thead>
<tbody>

View file

@ -1 +1,8 @@
{{strains/strain-details strain=model isEditing=true isNew=true action="cancelStrain"}}
{{
strains/strain-details
strain=model.strain
species=model.species
isEditing=true
isNew=true
action="cancelStrain"
}}