Cleaning up type strain

This commit is contained in:
Matthew Dillon 2015-04-15 09:43:01 -08:00
parent 2b6d7fecbb
commit 43295ca63f
3 changed files with 7 additions and 7 deletions

View file

@ -9,8 +9,8 @@
<dd><em>{{model.speciesName}}</em></dd>
</dl>
<dl class="span-2">
<dt>Type</dt>
<dd>{{model.strainType}}</dd>
<dt>Type Strain?</dt>
<dd>{{if model.typeStrain 'Yes' 'No'}}</dd>
</dl>
</div>
{{! ROW 2 }}