1
0

Renamed Ingredient -> Food

Ingredient is now part of composition (meal/recipe/dish)
This commit is contained in:
cryptogopher
2020-04-14 19:44:19 +02:00
parent c3010a70e8
commit 8e8160c41a
46 changed files with 204 additions and 199 deletions

View File

@@ -12,9 +12,9 @@
<ul>
<li><%= link_to t(".link_meals"), project_meals_path(@project) %></li>
<li>
<%= link_to t(".link_ingredients"), project_ingredients_path(@project) %>
<%= link_to t(".link_foods"), project_foods_path(@project) %>
/
<%= link_to t(".link_nutrients"), nutrients_project_ingredients_path(@project) %>
<%= link_to t(".link_nutrients"), nutrients_project_foods_path(@project) %>
</li>
</ul>