Shuffle cancel button

This commit is contained in:
Matthew Dillon 2015-07-07 16:53:43 -08:00
parent 963b3591a4
commit 5290e7efd7

View file

@ -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>