diff --git a/app/views/recipe/show.html.erb b/app/views/recipe/show.html.erb index 776a652..88ce58e 100644 --- a/app/views/recipe/show.html.erb +++ b/app/views/recipe/show.html.erb @@ -16,8 +16,8 @@

Cooking Time: <%= @recipe.cooking_time %> minutes

+ <%= link_to "Generate Shopping List", shopping_list_path, class: 'btn btn-primary', id: 'generate-shopping-list-button' %> - <%= link_to "Generate Shopping list", shopping_index_path(recipe_id: @recipe.id), class: 'btn btn-primary btn-sm' %> <%= link_to "Add Ingredient", new_recipe_food_path(recipe_id: @recipe.id), class: 'btn btn-primary btn-sm' %>