Strain name markup

This commit is contained in:
Matthew Dillon 2015-06-11 14:05:13 -08:00
parent e4f01246c2
commit f7c39a50f3
9 changed files with 35 additions and 6 deletions

View file

@ -5,7 +5,7 @@
{{#if isEditing}}
{{input value=strain.strainName}}
{{else}}
{{strain.strainName}}
<em>{{strain.strainName}}</em>
{{/if}}
{{display-errors a=strain.errors.strainName}}
</legend>