Renamed Ingredient -> Food
Ingredient is now part of composition (meal/recipe/dish)
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user