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/search-button/template.hbs
2015-06-11 11:19:32 -08:00

7 lines
147 B
Handlebars

<a class="action button-gray smaller right" {{action 'showLoading'}}>
{{#if isLoading}}
LOADING
{{else}}
{{buttonText}}
{{/if}}
</a>