Dropping ember-can
This commit is contained in:
parent
3501dc1986
commit
53be80d617
13 changed files with 57 additions and 75 deletions
5
app/pods/components/add-button/template.hbs
Normal file
5
app/pods/components/add-button/template.hbs
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{#if canAdd}}
|
||||
{{#link-to link class="button-gray smaller"}}
|
||||
{{label}}
|
||||
{{/link-to}}
|
||||
{{/if}}
|
Reference in a new issue