1
0
Fork 0
sortable-recipes/ember-ui/app/components/recipe-add.hbs
Ava Gaiety Wroten d7c6f664d0 WIP Fixing tests
2019-12-26 23:33:34 -06:00

10 lines
354 B
Handlebars

{{#if this.fetchRecipe.isRunning}}
<LoadingIndicator />
{{/if}}
<button
{{on "click" this.addRecipe}}
class="w-full bg-teal-500 hover:bg-teal-400 focus:bg-teal-400 text-white font-bold mt-4 py-2 px-4 border-b-4 border-teal-700 hover:border-teal-500 focus:border-teal-500 rounded"
data-test-id="recipe-add-button">
Add Another Recipe
</button>