1
0

Filtering ingredients by name

Nutrients link in sidebar
This commit is contained in:
cryptogopher
2019-11-02 15:32:21 +01:00
parent cf9c913897
commit 1acb72f33d
10 changed files with 70 additions and 13 deletions

View File

@@ -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>