This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
hymenobacterdotinfo/app/pods/components/add-button/template.hbs
2015-06-05 09:36:51 -08:00

5 lines
100 B
Handlebars

{{#if canAdd}}
{{#link-to link class="button-gray smaller"}}
{{label}}
{{/link-to}}
{{/if}}