Add new strain

This commit is contained in:
Matthew Dillon 2015-06-01 11:14:01 -08:00
parent c5b28f7204
commit dfc62cd1ac
6 changed files with 36 additions and 1 deletions

View file

@ -3,7 +3,9 @@
{{#if (can "add strain")}}
{{! Does nothing ATM }}
<a class="button-gray smaller">Add Strain</a>
{{#link-to 'strains.new' class="button-gray smaller"}}
Add Strain
{{/link-to}}
{{/if}}
<table class="flakes-table">

View file

@ -0,0 +1 @@
{{strains/strain-details strain=model isEditing=true isNew=true action="cancelStrain"}}