diff --git a/app/views/steps/_display_step_with_ingredients.html.erb b/app/views/steps/_display_step_with_ingredients.html.erb new file mode 100644 index 00000000..cd8d218e --- /dev/null +++ b/app/views/steps/_display_step_with_ingredients.html.erb @@ -0,0 +1,25 @@ +
  • + + <% if step.has_measurements? %> + + <% end %> + + <%= step.directions %> + <% if recipe.owner?(session[:user_id]) && params[:recipe_id].nil? %> + + <% end %> + +