Filtering ingredients by name
Nutrients link in sidebar
This commit is contained in:
@@ -5,7 +5,11 @@
|
||||
|
||||
<h3><%= t ".heading_diet" %></h3>
|
||||
<ul>
|
||||
<li><%= link_to t(".link_ingredients"), project_ingredients_path(@project) %></li>
|
||||
<li>
|
||||
<%= link_to t(".link_ingredients"), project_ingredients_path(@project) %>
|
||||
/
|
||||
<%= link_to t(".link_nutrients"), nutrients_project_ingredients_path(@project) %>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3><%= t ".heading_common" %></h3>
|
||||
|
||||
Reference in New Issue
Block a user