Rough in some tests
This commit is contained in:
parent
9fa701c44e
commit
35475c2b92
6 changed files with 112 additions and 4 deletions
|
@ -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}}
|
||||
|
|
Reference in a new issue