Shuffle cancel button
This commit is contained in:
parent
963b3591a4
commit
5290e7efd7
1 changed files with 3 additions and 3 deletions
|
@ -32,11 +32,11 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
<br>
|
<br>
|
||||||
|
<a class="button-red smaller" {{action 'cancel'}}>
|
||||||
|
Cancel
|
||||||
|
</a>
|
||||||
{{#if species.isDirty}}
|
{{#if species.isDirty}}
|
||||||
<a class="button-green smaller" {{action 'save'}}>
|
<a class="button-green smaller" {{action 'save'}}>
|
||||||
Save
|
Save
|
||||||
</a>
|
</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<a class="button-red smaller" {{action 'cancel'}}>
|
|
||||||
Cancel
|
|
||||||
</a>
|
|
||||||
|
|
Reference in a new issue