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/delete-button/template.hbs
Matthew Dillon 20a6707144 Refactor delete button
Fixes #50
2015-11-13 14:16:50 -07:00

5 lines
68 B
Handlebars

{{#if showConfirmDelete}}
Are you sure?
{{else}}
Delete
{{/if}}