9 lines
279 B
Handlebars
9 lines
279 B
Handlebars
{{#if this.fetchRecipe.isRunning}}
|
|
<LoadingIndicator />
|
|
{{/if}}
|
|
|
|
<button
|
|
{{on "click" this.addRecipe}}
|
|
class="w-full bg-teal-500 hover:bg-teal-400 text-white font-bold mt-4 py-2 px-4 border-b-4 border-teal-700 hover:border-teal-500 rounded">
|
|
Add Another Recipe
|
|
</button>
|