Skip to content

Commit

Permalink
FIX: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
wayungi committed Nov 18, 2022
1 parent 11a0bc4 commit 5572a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/recipes/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<% @recipe_foods.each do |recipe_food|%>
<tr>
<td><%= recipe_food.food.name %></td>
<%# <td><%= recipe_food.quantity recipe_food.food.measurement_unit %></td>
<td><%= recipe_food.quantity %><%= recipe_food.food.measurement_unit %></td>
<td>$<%= recipe_food.food.price * recipe_food.quantity %></td>
<% if can? :manage, @recipe%>
<td>
Expand Down

0 comments on commit 5572a97

Please sign in to comment.