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

@ -4,7 +4,7 @@
<div data-row-span="2">
<div data-field-span="1">
<label>Strain Name</label>
{{input value=strain.strainName}}
{{input value=strain.strainName class="strain-name"}}
</div>
<div data-field-span="1">
<label>Type Strain?</label>
@ -62,7 +62,7 @@
Cancel
</a>
{{#if strain.hasDirtyAttributes}}
<button type="submit" class="button-green smaller">
<button type="submit" class="button-green smaller save-strain">
Save
</button>
{{/if}}